Skip to content

Commit 919d56c

Browse files
committed
add ci branches-ignore master
1 parent 7bcf9b2 commit 919d56c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: ci
2-
on: [ push, pull_request ]
2+
on:
3+
push:
4+
branches-ignore:
5+
- master
6+
pull_request:
7+
branches-ignore:
8+
- master
39
jobs:
410
ci:
511
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)