Skip to content

Commit

Permalink
tag only master and develop
Browse files Browse the repository at this point in the history
  • Loading branch information
procrastinatio committed Feb 2, 2025
1 parent 3268ded commit d6113a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows-pyinstaller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- name: Tag Release
env:
GIT_PAT: ${{ secrets.test_lg_swisstopo }}
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop'
run: |
git config --global user.name "github-actions"
git config --global user.email "github-actions@github.com"
Expand Down

0 comments on commit d6113a0

Please sign in to comment.