Skip to content

Commit

Permalink
Update CiCd tag branchfrom main to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawidpol committed Dec 12, 2023
1 parent 665b1b3 commit 08d3a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
run: npm run test
- name: Tag
if: |
github.event_name == 'push' && github.ref == 'refs/heads/main'
github.event_name == 'push' && github.ref == 'refs/heads/master'
run: ./tag.sh

0 comments on commit 08d3a95

Please sign in to comment.