Skip to content

Commit

Permalink
Make PkgCI run on exppkg-* branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Aug 25, 2023
1 parent 82be925 commit efd4eaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pkgci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
push:
branches:
- main
# Experimental branches can also get packages and tests automatically.
- exppkg-*

concurrency:
# A PR number if a pull request and otherwise the commit hash. This cancels
Expand Down

0 comments on commit efd4eaf

Please sign in to comment.