Skip to content

Commit bc912a4

Browse files
committed
Run pull request workflow on merge to main
In order for the CI cache to work during the PR pipeline, the pipeline also needs to run during the merge to main.
1 parent f98ac0c commit bc912a4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Pull Request
22

3-
on: [pull_request]
3+
on:
4+
pull_request:
5+
# run CI/CD against main as well, to generate cache
6+
push:
7+
branches:
8+
- main
49

510
jobs:
611
test:

0 commit comments

Comments
 (0)