Skip to content

Commit 2323864

Browse files
author
Samuel Akopyan
committed
~ changes in automation
1 parent 200cfae commit 2323864

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ env:
1010
on:
1111
push:
1212
branches:
13-
#- master
14-
- dev
13+
- master
14+
#- dev
1515

1616
jobs:
1717
# testing:
@@ -33,7 +33,7 @@ jobs:
3333
- name: Print env variables
3434
run: |
3535
echo "Pack Name: ${{ env.DEPLOY_PACKAGE_NAME }}"
36-
36+
3737
- name: Git clone my repo
3838
uses: actions/checkout@v1
3939

0 commit comments

Comments
 (0)