Skip to content

Commit

Permalink
Run CI on pushes to release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed Sep 13, 2024
1 parent 3e3524f commit 1737340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on:
push:
branches: [master]
branches: [master, release-*]
tags: ['*']
pull_request:
jobs:
Expand Down

0 comments on commit 1737340

Please sign in to comment.