Skip to content

Commit

Permalink
correct workflow branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Aug 31, 2024
1 parent efa47e9 commit ae08f37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Linting

on:
push:
branches: [ "master", "stable" ]
branches: [ "master", "dev" ]
paths: [
".github/workflows/check-lint.yml",
"src/**.py",
Expand All @@ -13,7 +13,7 @@ on:
]

pull_request:
branches: [ "master", "stable" ]
branches: [ "master", "dev" ]
paths: [
".github/workflows/check-lint.yml",
"src/**.py",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Testing

on:
push:
branches: [ "master", "stable" ]
branches: [ "master", "dev" ]
paths: [
".github/workflows/check-test.yml",
"src/**.py",
Expand All @@ -13,7 +13,7 @@ on:
]

pull_request:
branches: [ "master", "stable" ]
branches: [ "master", "dev" ]
paths: [
".github/workflows/check-test.yml",
"src/**.py",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Typing

on:
push:
branches: [ "master", "stable" ]
branches: [ "master", "dev" ]
paths: [
".github/workflows/check-type.yml",
"src/**.py",
Expand All @@ -14,7 +14,7 @@ on:
]

pull_request:
branches: [ "master", "stable" ]
branches: [ "master", "dev" ]
paths: [
".github/workflows/check-type.yml",
"src/**.py",
Expand Down

0 comments on commit ae08f37

Please sign in to comment.