Skip to content

Commit

Permalink
Merge pull request #5942 from Countly/ar2rsawseen-patch-35
Browse files Browse the repository at this point in the history
Add checks to all release branches
  • Loading branch information
ar2rsawseen authored Jan 22, 2025
2 parents 2ff8d77 + 9e3b513 commit e8e2d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the master branch
pull_request:
branches: [ master, next ]
branches: [ master, next, release.* ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit e8e2d59

Please sign in to comment.