Skip to content

Commit

Permalink
Merge pull request #198 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 7e5b063 + 67b7159 commit 8d0faf1
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
@@ -1,9 +1,9 @@
name: CI
on:
push:
branches-ignore:
- "automated/dependency_version_update"
- "automated/dependency_version_update_tmp"
branches:
- main
- 2201.[0-9]+.x
repository_dispatch:
types:
check_connector_for_breaking_changes
Expand Down

0 comments on commit 8d0faf1

Please sign in to comment.