Skip to content

Commit

Permalink
Merge pull request #56 from PHPCSStandards/develop
Browse files Browse the repository at this point in the history
CI workflows: fix branch names
  • Loading branch information
jrfnl authored Dec 20, 2020
2 parents d191657 + 6889140 commit 3192581
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 3192581

Please sign in to comment.