Skip to content

Commit

Permalink
ci: 🎡 Add branches-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Dec 30, 2019
1 parent 60ee96f commit c11d861
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ name: 'Test'
on:
pull_request:
types: [opened, synchronize]
branches-ignore:
- 'release-*'
paths-ignore:
- '**.md'
- '**.md'
push:
paths-ignore:
- '**.md'
- '**.md'
branches:
- master
- master

jobs:
test:
Expand Down

0 comments on commit c11d861

Please sign in to comment.