Skip to content

Commit

Permalink
Add checks to release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dsp-ant committed Dec 12, 2024
1 parent 1d4a0d3 commit dd1a069
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Main branch checks

on:
push:
branches: [main]
branches:
- main
- 'v*.*.*'

jobs:
checks:
Expand Down

0 comments on commit dd1a069

Please sign in to comment.