Skip to content

Commit 946d406

Browse files
committed
Pipeline debugging
1 parent 364db84 commit 946d406

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ env:
2121

2222
on:
2323
push:
24-
branches-ignore: [main]
24+
branches-ignore:
25+
- main
2526
pull_request_target:
26-
branches: [main]
27-
types: [closed]
27+
branches:
28+
- main
29+
types:
30+
- closed
2831

2932
#
3033
# Workflow

0 commit comments

Comments
 (0)