mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-10 11:50:29 +00:00
support multiple branches
This commit is contained in:
parent
c3c694e60e
commit
bf257ccb39
1 changed files with 5 additions and 2 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -2,9 +2,12 @@ name: build
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "issues-431-gh-actions" ]
|
||||
branches:
|
||||
- "master"
|
||||
- "issues-431-gh-actions"
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
branches:
|
||||
- "master"
|
||||
|
||||
# run workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue