Skip to content

Commit

Permalink
Ensure check, long-check, and nightly-check are kicked off from relea…
Browse files Browse the repository at this point in the history
…se branches
  • Loading branch information
devinrsmith committed May 28, 2021
1 parent db11c7d commit 1c50126
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [ main ]
push:
branches: [ 'main', 'check/**' ]
branches: [ 'main', 'check/**', 'release/v*' ]
tags: [ 'v*' ]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/long-check-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [ main ]
push:
branches: [ 'main', 'check/**' ]
branches: [ 'main', 'check/**', 'release/v*' ]
tags: [ 'v*' ]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-check-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
# 2AM EST == 6AM UTC
- cron: '0 6 * * *'
push:
branches: [ 'nightly/**' ]
branches: [ 'nightly/**', 'release/v*' ]

jobs:
check:
Expand Down

0 comments on commit 1c50126

Please sign in to comment.