Skip to content

Commit

Permalink
cicd: enable CI on stable branches
Browse files Browse the repository at this point in the history
Noticed this wasn't firing, I think this should fix it.

Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Mar 19, 2021
1 parent 0f230f9 commit d5e57af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
push:
branches:
- main
- release-4.*
pull_request:
branches:
- main
- release-4.*

jobs:
commit-check:
Expand Down

0 comments on commit d5e57af

Please sign in to comment.