diff options
author | Đoàn Trần Công Danh <congdanhqx@gmail.com> | 2021-01-18 14:02:52 +0000 |
---|---|---|
committer | Michael Aldridge <aldridge.mac@gmail.com> | 2022-03-27 23:38:25 +0000 |
commit | b4c6ac31f489cd491255ca7ccd9e557a3f078779 (patch) | |
tree | 3f18a5f321c3fe440aa5ce86f3f682c333e7a1b0 /.github/workflows | |
parent | 3b7136b948ad6bd08066ad90bcf30458c745547e (diff) | |
download | void-packages-b4c6ac31f489cd491255ca7ccd9e557a3f078779.tar void-packages-b4c6ac31f489cd491255ca7ccd9e557a3f078779.tar.gz void-packages-b4c6ac31f489cd491255ca7ccd9e557a3f078779.tar.bz2 void-packages-b4c6ac31f489cd491255ca7ccd9e557a3f078779.tar.lz void-packages-b4c6ac31f489cd491255ca7ccd9e557a3f078779.tar.xz void-packages-b4c6ac31f489cd491255ca7ccd9e557a3f078779.tar.zst void-packages-b4c6ac31f489cd491255ca7ccd9e557a3f078779.zip |
GitHub Action: build on push to branches designated for CI
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8ecd4d0e658..503f1e1f4b6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,6 +1,10 @@ -name: Check PR +name: Check build -on: pull_request +on: + pull_request: + push: + branches: + - 'ci-**' jobs: # Lint changed templates. |