Skip to content

Commit

Permalink
ci: 👷 allow dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Xminent committed Oct 26, 2023
1 parent c517a6c commit 7c20691
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- dev
paths:
- "**ci.yml"
- "**.hpp"
Expand All @@ -11,6 +12,7 @@ on:
pull_request:
branches:
- main
- dev
paths:
- "**ci.yml"
- "**.hpp"
Expand Down

0 comments on commit 7c20691

Please sign in to comment.