Skip to content

Commit a3d7536

Browse files
authored
Update ci.yml
Change to run only on current-release branch
1 parent 6bc360b commit a3d7536

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ permissions:
1414
contents: read
1515
packages: read
1616

17-
# run only on release branches
17+
# run only on current-release branch
1818
on:
1919
push:
2020
branches:
21-
- main
21+
- current-release
2222

2323
# run jobs
2424
jobs:

0 commit comments

Comments
 (0)