Skip to content

Commit

Permalink
[fix] wf_files
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Oct 10, 2020
1 parent 6d10dbf commit 07576a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- "0.12_mnt_rc"
- "mtn_rc"

name: Create Release

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_images_to_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Push images to dockerhub
on:
push:
branches:
- "0.12_mnt_rc"
- "mtn_rc"
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '45 3 * * 6'
Expand Down

0 comments on commit 07576a7

Please sign in to comment.