Skip to content

Commit

Permalink
[github actions] Reinstate tests and check on maintenance branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Dec 4, 2022
1 parent 5fb17e0 commit e1856b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/checks.yaml
Expand Up @@ -5,7 +5,10 @@ on:
branches:
- main
- "maintenance/**"
pull_request: ~
pull_request:
branches:
- main
- "maintenance/**"

env:
CACHE_VERSION: 1
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/tests.yaml
Expand Up @@ -7,7 +7,10 @@ on:
- "maintenance/**"
paths-ignore:
- doc/data/messages/**
pull_request: ~
pull_request:
branches:
- main
- "maintenance/**"

env:
CACHE_VERSION: 1
Expand Down

0 comments on commit e1856b2

Please sign in to comment.