Skip to content

Commit

Permalink
enable CI on pushes to master and stable branches
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Sep 6, 2024
1 parent 4f89c16 commit a8a2cab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions moduleroot/.github/workflows/ci.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: CI

on:
pull_request:
push:
branches:
- 'develop'
- 'master'
- '*-stable'


concurrency:
Expand Down

0 comments on commit a8a2cab

Please sign in to comment.