We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fd6c8 commit 6c91535Copy full SHA for 6c91535
1 file changed
.github/workflows/ci-ucx.yml
@@ -1,14 +1,10 @@
1
name: Build UCX cunumeric
2
on:
3
- push:
4
- branches-ignore:
5
- - gh-pages # deployment target branch (this workflow should not exist on that branch anyway)
6
- pull_request:
7
8
9
- schedule:
10
- # * is a special character in YAML so you have to quote this string
11
- - cron: '0 */6 * * *'
+ on:
+ push:
+ branches:
+ - "pull-request/[0-9]+"
+ - "branch-*"
12
env:
13
COMMIT: ${{ github.event.pull_request.head.sha || github.sha }}
14
PROJECT: github-cunumeric-ci
0 commit comments