diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-08-14 18:42:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-14 18:42:52 +0800 |
commit | c0b25f33c70b48e73d66b959429fdf99a6cbce72 (patch) | |
tree | f83ef5cd0ca0ae7aa1caf26a8d66cc48427b5e9a /.github | |
parent | d2318d9ccfe69e21d0517f0448a6469a18b69513 (diff) | |
download | Nim-c0b25f33c70b48e73d66b959429fdf99a6cbce72.tar.gz |
add version-1-6 and version-1-2 to triggered branches (#20214)
* add version-1-6 and version-1-2 to triggered branches * Update .github/workflows/ci_packages.yml * use quote
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci_packages.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci_packages.yml b/.github/workflows/ci_packages.yml index 2efbb628f..281e55b61 100644 --- a/.github/workflows/ci_packages.yml +++ b/.github/workflows/ci_packages.yml @@ -3,7 +3,9 @@ on: pull_request: push: branches: - devel + - 'devel' + - 'version-1-6' + - 'version-1-2' jobs: build: |