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 f830a03 commit d5d4921
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 d5d4921

Please sign in to comment.