Skip to content

Commit

Permalink
Merge pull request #146 from ballerina-platform/update
Browse files Browse the repository at this point in the history
Restrict CI workflow runs to specific branches
  • Loading branch information
ThisaruGuruge authored Sep 22, 2023
2 parents 2a6144b + bfb8bd6 commit 60d738b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches-ignore:
- "automated/dependency_version_update"
- "automated/dependency_version_update_tmp"
branches:
- master
- 2201.[0-9]+.x
repository_dispatch:
types:
check_connector_for_breaking_changes
Expand Down

0 comments on commit 60d738b

Please sign in to comment.