Skip to content

Commit

Permalink
add dev branch in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
uidl9955 committed Nov 15, 2023
1 parent 4976bdc commit 3eabe8d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: "CodeQL"

on:
push:
branches: [ "master" ]
branches: [ "master", "dev"]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
fail-fast: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Python application

on:
push:
branches: [ "master" ]
branches: [ "master", "dev"]
pull_request:
branches: [ "master" ]
branches: [ "master", "dev"]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Python package

on:
push:
branches: [ "master" ]
branches: [ "master", "dev"]
pull_request:
branches: [ "master" ]
branches: [ "master", "dev"]

jobs:
build:
Expand Down

0 comments on commit 3eabe8d

Please sign in to comment.