Skip to content

Commit

Permalink
CI workflows: fix branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 20, 2020
1 parent d191657 commit 6889140
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quicktest.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Quicktest

on:
# Run on pushes, including merges, to all branches except `master`.
# Run on pushes, including merges, to all branches except `stable`.
push:
branches-ignore:
- master
- stable
paths-ignore:
- '**.md'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Test

on:
# Run on pushes to `master` and on all pull requests.
# Run on pushes to `stable` and on all pull requests.
push:
branches:
- master
- stable
pull_request:
paths-ignore:
- '**.md'
Expand Down

0 comments on commit 6889140

Please sign in to comment.