Skip to content

Commit

Permalink
making CI run on main + b* branches
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <nicpa@dtu.dk>
  • Loading branch information
nicpa-dtu committed Aug 15, 2024
1 parent d88fc96 commit c83d5cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install_extras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Check all install extras

on:
push:
branches: [ main ]
branches: [ "main", "b*" ]
pull_request:
branches: [ main ]
branches: [ "main", "b*" ]

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

on:
push:
branches: [ main ]
branches: [ "main", "b*" ]
pull_request:
branches: [ main ]
branches: [ "main", "b*" ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests

on:
push:
branches: [ main ]
branches: [ "main", "b*" ]
pull_request:
branches: [ main ]
branches: [ "main", "b*" ]

jobs:
build:
Expand Down

0 comments on commit c83d5cc

Please sign in to comment.