Skip to content

Commit 4b01a8f

Browse files
Update create_version.yml
1 parent acc60fc commit 4b01a8f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/create_version.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: Update Version and README
22

33
on:
4+
push:
5+
branches:
6+
- master
7+
48
pull_request:
59
# The branches below must be a subset of the branches above
6-
branches: [ "master" ]:
10+
branches: [ "master" ]
711

812
jobs:
913
update_version_and_readme:

0 commit comments

Comments
 (0)