Skip to content

Commit

Permalink
add ci branches-ignore master
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed Jul 7, 2021
1 parent 7bcf9b2 commit 919d56c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: ci
on: [ push, pull_request ]
on:
push:
branches-ignore:
- master
pull_request:
branches-ignore:
- master
jobs:
ci:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 919d56c

Please sign in to comment.