Skip to content

Commit

Permalink
Update auto tag ci
Browse files Browse the repository at this point in the history
  • Loading branch information
polsala committed Mar 6, 2024
1 parent c6b7f4c commit 57634c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: GISCE_SII_VERSION
on:
push:
branches: [ main ]
branches: [ master ]
jobs:
bump:
runs-on: ubuntu-latest
if: ${{ !startsWith(github.event.head_commit.message, 'Bump to v') }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE }}
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 57634c8

Please sign in to comment.