Skip to content

Commit

Permalink
ci: fix CI not matching dev branches
Browse files Browse the repository at this point in the history
  • Loading branch information
rot256 committed Sep 28, 2024
1 parent a373ed9 commit cbb9a0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
on:
push:
branches:
- '**'
- "!master"

pull_request:
branches:
- '**'
- "!master"

jobs:
Expand Down

0 comments on commit cbb9a0f

Please sign in to comment.