Skip to content

Commit

Permalink
Run full check on bugfix branches
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Dec 9, 2023
1 parent f517c8b commit fd3d180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build + Test v2

on:
push:
branches: [release/*, master]
branches: [release/*, master, bugfix/*]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit fd3d180

Please sign in to comment.