Skip to content

Commit 2581854

Browse files
committed
- Updated build.yml
1 parent ca54884 commit 2581854

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Build project after push
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
issue_commenton:
5+
issue_comment:
6+
types: [ created, edited ]
77
jobs:
88
build:
9+
if: ${{ !github.event.issue.pull_request && github.event.issue.number == 1 }}
910
runs-on: ubuntu-latest
1011

1112
steps:

0 commit comments

Comments
 (0)