Skip to content

Commit

Permalink
Trigger builds on dev wildcard branches
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Apr 3, 2024
1 parent 1713181 commit d771ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: CI
# Run on all PR's and on pushes/merges to deploy and master
on:
pull_request:
branches: ['master', '!paper.md']
branches: ['master', 'dev/*', '!paper.md']
push:
branches: ['master', '!paper.md']
branches: ['master', 'dev/*', '!paper.md']
tags: ["v*"]

jobs:
Expand Down

0 comments on commit d771ef7

Please sign in to comment.