Skip to content

Commit

Permalink
Run CI on dev branch
Browse files Browse the repository at this point in the history
Having a `dev` branch is useful on occasion to commit stuff outside of a
PR (but still not directly to `master`)
  • Loading branch information
goerz committed Nov 5, 2023
1 parent b8064cc commit 7f64cca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 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:
- master
- dev
- 'release-*'
tags:
- '*'
Expand Down

0 comments on commit 7f64cca

Please sign in to comment.