Skip to content

Commit

Permalink
CI: Fix up branches for workflows
Browse files Browse the repository at this point in the history
Need to be able to run on 0.12.x branch
  • Loading branch information
dopplershift committed Aug 5, 2020
1 parent b2ab618 commit 8bc3c00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: "Code Analysis"

on:
push:
branches: [master, ]
branches: [0.12.x]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
schedule:
- cron: '0 8 * * 6'

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: Build Docs
# We don't want pushes (or PRs) to gh-pages to kick anything off
on:
push:
branches: [ master ]
branches: [ 0.12.x ]
pull_request:
branches: [ master ]

jobs:
#
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: Conda Tests
# We don't want pushes (or PRs) to gh-pages to kick anything off
on:
push:
branches: [ master ]
branches: [ 0.12.x ]
pull_request:
branches: [ master ]

jobs:
#
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: PyPI Tests
# We don't want pushes (or PRs) to gh-pages to kick anything off
on:
push:
branches: [ master ]
branches: [ 0.12.x ]
pull_request:
branches: [ master ]

jobs:
#
Expand Down

0 comments on commit 8bc3c00

Please sign in to comment.