Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 8e9123c

Browse files
committed
Add release brances to CI
1 parent a4467ac commit 8e9123c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-install-pkg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Install package
33
# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
44
on: # Trigger the workflow on push or pull request, but only for the master branch
55
push:
6-
branches: [master]
6+
branches: [master, "release/*"]
77
pull_request:
8-
branches: [master]
8+
branches: [master, "release/*"]
99

1010
jobs:
1111
pkg-check:

0 commit comments

Comments
 (0)