We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520353c commit a12ca8cCopy full SHA for a12ca8c
1 file changed
.github/workflows/build.yml
@@ -1,9 +1,9 @@
1
name: Build project after push
2
3
on:
4
- issue_commenton:
5
- issue_comment:
6
- types: [ created, edited ]
+ issue_comment:
+ types: [ created, edited ]
+
7
jobs:
8
build:
9
if: ${{ !github.event.issue.pull_request && github.event.issue.number == 1 }}
0 commit comments