Skip to content

Commit

Permalink
updated: merge update (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
pateash committed Jun 16, 2023
1 parent 115e7b2 commit 17e0536
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: autoupdate
on:
# This will trigger on all pushes to all branches.
push: {}
# push: {}
# Alternatively, you can only trigger if commits are pushed to certain branches, e.g.:
# push:
# branches:
# - master
# - unstable
push:
branches:
- master
- release/release-*
jobs:
autoupdate:
name: autoupdate
Expand Down

0 comments on commit 17e0536

Please sign in to comment.