Skip to content

Commit e5b2561

Browse files
committed
ci: trigger CI on pushes to this feature branch
Add the feature branch to the push trigger so the new ubuntu-latest pipelines run on every push, without opening a PR to main.
1 parent aba73c7 commit e5b2561

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
pull_request:
1010
branches: [main]
1111
push:
12-
branches: [main]
12+
branches:
13+
- main
14+
- u/gurudesh/make-test-suite-pass-for-linux
1315

1416
permissions:
1517
contents: read

0 commit comments

Comments
 (0)