Skip to content

Commit 72aa4b2

Browse files
authored
change 2 to 1
1 parent 05b72b5 commit 72aa4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
if: ${{ !github.event.issue.pull_request && github.event.issue.number == 2 }}
9+
if: ${{ !github.event.issue.pull_request && github.event.issue.number == 1 }}
1010
runs-on: ubuntu-latest
1111

1212
steps:

0 commit comments

Comments
 (0)