Skip to content

Commit

Permalink
CI: Run on version branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Jul 8, 2024
1 parent c321dfa commit 2cfc25e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build Docs

on:
push:
branches: [main, "*postfix"]
branches: [main, "version-*"]
pull_request:
branches: [main]
branches: [main, "version-*"]

jobs:
build_docs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Linting

on:
push:
branches: [main, "*postfix"]
branches: [main, "version-*"]
pull_request:
branches: [main]
branches: [main, "version-*"]
release:
types:
- published
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: mypy

on:
push:
branches: [main, "*postfix"]
branches: [main, "version-*"]
pull_request:
branches: [main]
branches: [main, "version-*"]
release:
types:
- published
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests

on:
push:
branches: [main, "*postfix"]
branches: [main, "version-*"]
pull_request:
branches: [main]
branches: [main, "version-*"]
release:
types:
- published
Expand Down

0 comments on commit 2cfc25e

Please sign in to comment.