Skip to content

Commit

Permalink
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 03833e6 commit d354861
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:
test:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit d354861

Please sign in to comment.