diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-12-13 09:52:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-13 09:52:35 +0800 |
commit | d84f64d2e7a28d69c9a5b22b8434d1fb2f00ebf2 (patch) | |
tree | c99e05f69e46c3e8a0afe5d640b57531c8c72b91 /.github | |
parent | b0a850adbf3be6cde9054abf8dda38d1cabf8a68 (diff) | |
download | Nim-d84f64d2e7a28d69c9a5b22b8434d1fb2f00ebf2.tar.gz |
add CI for version-2-0 branch (#21084)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci_packages.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci_packages.yml b/.github/workflows/ci_packages.yml index 93f5bfe19..0bec4cc21 100644 --- a/.github/workflows/ci_packages.yml +++ b/.github/workflows/ci_packages.yml @@ -4,6 +4,7 @@ on: push: branches: - 'devel' + - 'version-2-0' - 'version-1-6' - 'version-1-2' |