We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c91535 commit 9453b94Copy full SHA for 9453b94
1 file changed
.github/workflows/ci-ucx.yml
@@ -1,10 +1,9 @@
1
name: Build UCX cunumeric
2
on:
3
- on:
4
- push:
5
- branches:
6
- - "pull-request/[0-9]+"
7
- - "branch-*"
+ push:
+ branches:
+ - "pull-request/[0-9]+"
+ - "branch-*"
8
env:
9
COMMIT: ${{ github.event.pull_request.head.sha || github.sha }}
10
PROJECT: github-cunumeric-ci
0 commit comments