Skip to content

Commit e00f53c

Browse files
committed
test
1 parent fc96e90 commit e00f53c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: TEST
17-
run: echo ${{ github.event_name }}
17+
run: echo ${{ github.ref }}
1818

1919
# setup_env:
2020
# name: Setup environment settings
@@ -29,8 +29,8 @@ jobs:
2929
# if: github.ref == 'refs/heads/develop'
3030
# run: echo "RELEASE=dev" >> environment-settings.txt
3131
# - name: Set release to playground
32-
# if: github.ref == 'refs/heads/develop'
33-
# run: echo "RELEASE=dev" >> environment-settings.txt
32+
# if: github.event_name == 'workflow_dispatch'
33+
# run: echo "RELEASE=playground" >> environment-settings.txt
3434
#
3535
#
3636
# # Upload environment settings
@@ -39,7 +39,7 @@ jobs:
3939
# with:
4040
# name: environment-settings
4141
# path: environment-settings.txt
42-
#
42+
4343
# job_1:
4444
# name: Add 3 and 7
4545
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)