Skip to content

Commit

Permalink
Reinstate primers
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Nov 20, 2022
1 parent 818a49d commit ee53733
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/primer-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ on:
push:
branches:
- main
- "maintenance/**"
pull_request:
paths:
- "pylint/**"
- "tests/primer/**"
- "requirements*"
- ".github/workflows/primer-test.yaml"
branches-ignore:
- "maintenance/**"

env:
CACHE_VERSION: 1
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/primer_run_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
push:
branches:
- main
branches-ignore:
- "maintenance/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/primer_run_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
name: Primer / Run

on:
branches:
- main
- "maintenance/**"
pull_request:
paths:
- "pylint/**"
Expand All @@ -16,8 +19,6 @@ on:
- "!.github/workflows/primer_run_main.yaml"
- "!.github/workflows/primer_comment.yaml"
- "!tests/primer/packages_to_prime.json"
branches-ignore:
- "maintenance/**"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit ee53733

Please sign in to comment.