Skip to content

Commit ab1a3a5

Browse files
committed
Test GH workflow
1 parent 3d03ebd commit ab1a3a5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
name: Create Release
1+
name: Test and Create Release
22

33
on:
44
push:
5-
tags:
6-
- 'v*'
7-
# Allows you to run this workflow manually from the Actions tab
85
workflow_dispatch:
96

107
env:
11-
DATA_DIR: cypress/yaml
8+
DATA_DIR: 'cypress/yaml'
129
CYPRESS_BASE_URL: "http://localhost:8181"
1310

1411
jobs:

0 commit comments

Comments
 (0)