Skip to content

Commit 17e0536

Browse files
authored
updated: merge update (#255)
1 parent 115e7b2 commit 17e0536

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/autoupdate.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: autoupdate
22
on:
33
# This will trigger on all pushes to all branches.
4-
push: {}
4+
# push: {}
55
# Alternatively, you can only trigger if commits are pushed to certain branches, e.g.:
6-
# push:
7-
# branches:
8-
# - master
9-
# - unstable
6+
push:
7+
branches:
8+
- master
9+
- release/release-*
1010
jobs:
1111
autoupdate:
1212
name: autoupdate

0 commit comments

Comments
 (0)