Skip to content

Commit 2576cd9

Browse files
committed
ci: run main GHA workflow on ci/* branches for GHA debugging
1 parent e9c4044 commit 2576cd9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Build
22
on:
3-
pull_request:
3+
pull_request: # to master
44
schedule:
55
- cron: "0 0 * * 0"
6+
push:
7+
branches: # CI debugging
8+
- "ci/**"
69

710
jobs:
811
build:

0 commit comments

Comments
 (0)