mirror of https://github.com/YosysHQ/yosys.git
.github: everything that triggers on main or PRs should trigger on merge queue commit
This commit is contained in:
parent
8ea51e1479
commit
214d09a8c6
|
|
@ -5,6 +5,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
merge_group:
|
||||||
# test PRs
|
# test PRs
|
||||||
pull_request:
|
pull_request:
|
||||||
# allow triggering tests, ignores skip check
|
# allow triggering tests, ignores skip check
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: Build docs artifact with Verific
|
name: Build docs artifact with Verific
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request, merge_group]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check_docs_rebuild:
|
check_docs_rebuild:
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
merge_group:
|
||||||
# test PRs
|
# test PRs
|
||||||
pull_request:
|
pull_request:
|
||||||
# allow triggering tests, ignores skip check
|
# allow triggering tests, ignores skip check
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
merge_group:
|
||||||
# test PRs
|
# test PRs
|
||||||
pull_request:
|
pull_request:
|
||||||
# allow triggering tests, ignores skip check
|
# allow triggering tests, ignores skip check
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
merge_group:
|
||||||
# ignore PRs due to time needed
|
# ignore PRs due to time needed
|
||||||
# allow triggering tests, ignores skip check
|
# allow triggering tests, ignores skip check
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
merge_group:
|
||||||
# test PRs
|
# test PRs
|
||||||
pull_request:
|
pull_request:
|
||||||
# allow triggering tests, ignores skip check
|
# allow triggering tests, ignores skip check
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue