Skip to content

Commit b2c4067

Browse files
committed
trigger workflow on pull
1 parent c15cd2a commit b2c4067

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build-push-spack-buildcache.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ on:
44
workflow_dispatch:
55
schedule:
66
- cron: '0 6 * * 1'
7+
pull_request:
8+
branches:
9+
- main
10+
paths:
11+
- Dockerfile
12+
- .github/workflows/build-push-spack-buildcache.yaml
13+
- .github/workflows/build-pull-request-spack.yaml
714
push:
815
branches:
916
- main

0 commit comments

Comments
 (0)