Skip to content

Commit

Permalink
Change target branch for workflows (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran authored Dec 10, 2024
1 parent 996e0b4 commit 0522b10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: pre-commit

on:
push:
branches: [main]
branches: [develop]
pull_request:
branches: [main]
branches: [develop]

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

on:
push:
branches: [main]
branches: [develop]
pull_request:
branches: [main]
branches: [develop]

jobs:
ruff:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Unit tests
on:
push:
branches: [main]
branches: [develop]
pull_request:
branches: [main]
branches: [develop]

jobs:
build:
Expand Down

0 comments on commit 0522b10

Please sign in to comment.