Skip to content

Commit 57634c8

Browse files
committed
Update auto tag ci
1 parent c6b7f4c commit 57634c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/version.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: GISCE_SII_VERSION
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [ master ]
55
jobs:
66
bump:
77
runs-on: ubuntu-latest
88
if: ${{ !startsWith(github.event.head_commit.message, 'Bump to v') }}
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
with:
1212
ssh-key: ${{ secrets.SSH_PRIVATE }}
1313
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)