diff options
author | 2023-02-24 13:57:02 -0600 | |
---|---|---|
committer | 2023-02-24 13:57:02 -0600 | |
commit | 4d7539636245951a0151088da963989ed51087b0 (patch) | |
tree | 5ae4ba9a9bfd7b733f859bc0103de779fcbf2232 | |
parent | b0aca3c66a76fa8ef7a4ca46b3db378ec70e2002 (diff) | |
download | astro-4d7539636245951a0151088da963989ed51087b0.tar.gz astro-4d7539636245951a0151088da963989ed51087b0.tar.zst astro-4d7539636245951a0151088da963989ed51087b0.zip |
enable ci for merge_group (#6361)
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/check.yml | 1 | ||||
-rw-r--r-- | .github/workflows/ci.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 24d8f23d4..359dd579b 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -4,6 +4,7 @@ on: push: branches: - main + merge_group: pull_request: paths: - "examples/**" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7219646f..0290fc8fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: push: branches: - main + merge_group: pull_request: paths-ignore: - ".vscode/**" |