mirror of
https://github.com/YosysHQ/yosys
synced 2026-03-10 15:20:32 +00:00
CI: add support for merge queue
This commit is contained in:
parent
05d1d56b9d
commit
cf4d4ff23d
7 changed files with 161 additions and 58 deletions
7
.github/workflows/source-vendor.yml
vendored
7
.github/workflows/source-vendor.yml
vendored
|
|
@ -1,6 +1,11 @@
|
|||
name: Create source archive with vendored dependencies
|
||||
|
||||
on: [push, workflow_dispatch]
|
||||
on:
|
||||
pull_request:
|
||||
merge_group:
|
||||
push:
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
vendor-sources:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue