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

Commit

Permalink
Add release brances to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris committed Mar 1, 2022
1 parent a4467ac commit 8e9123c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-install-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Install package
# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
on: # Trigger the workflow on push or pull request, but only for the master branch
push:
branches: [master]
branches: [master, "release/*"]
pull_request:
branches: [master]
branches: [master, "release/*"]

jobs:
pkg-check:
Expand Down

0 comments on commit 8e9123c

Please sign in to comment.