We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fab5df commit b3b3117Copy full SHA for b3b3117
.github/workflows/checks.yml
@@ -1,6 +1,9 @@
1
name: Checks
2
3
-on: [push]
+on:
4
+ pull_request:
5
+ types: [assigned, opened, synchronize, reopened]
6
+ push:
7
8
jobs:
9
demo:
0 commit comments