We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98ac0c commit bc912a4Copy full SHA for bc912a4
1 file changed
.github/workflows/pull-request.yml
@@ -1,6 +1,11 @@
1
name: Pull Request
2
3
-on: [pull_request]
+on:
4
+ pull_request:
5
+ # run CI/CD against main as well, to generate cache
6
+ push:
7
+ branches:
8
+ - main
9
10
jobs:
11
test:
0 commit comments