Skip to content

Commit 9f42772

Browse files
authored
Merge pull request #25 from EGA-archive/urgent-fix
Definitive action for updating API version
2 parents 154384d + 630ddb0 commit 9f42772

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/update_api_version.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: update api version
22

33
on:
4-
pull_request:
5-
branches: ['main', 'api-version']
4+
push:
5+
branches: ['*', '!main']
66

77
jobs:
88
updateapiversion:

beacon/conf/api_version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
api_version: v2.0-164671f
1+
api_version: v2.0-154384d

0 commit comments

Comments
 (0)