diff options
author | 2022-03-04 11:17:25 -0600 | |
---|---|---|
committer | 2022-03-04 11:17:25 -0600 | |
commit | b90219ceec370f1f386de6d1458a166e20a8a9e6 (patch) | |
tree | c4286557324901516e03fd0293c97d1a61e55003 | |
parent | 3cd50d463ad3d6e3f42694a8a6afc03d04eb6b6c (diff) | |
download | astro-b90219ceec370f1f386de6d1458a166e20a8a9e6.tar.gz astro-b90219ceec370f1f386de6d1458a166e20a8a9e6.tar.zst astro-b90219ceec370f1f386de6d1458a166e20a8a9e6.zip |
chore(ci): enable ci on `next` (#2716)
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0599a879..448180585 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - next pull_request: paths-ignore: - '.vscode/**' |