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 10, 2024
1 parent 9744dce commit 9041c8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
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 9041c8f

Please sign in to comment.