drop goop
This commit is contained in:
parent
3597849148
commit
ea4ce1da82
2
.github/workflows/release-branches.yml
vendored
2
.github/workflows/release-branches.yml
vendored
|
@ -6,8 +6,6 @@ on:
|
||||||
# NOTE: make sure any branches here are also valid directory names,
|
# NOTE: make sure any branches here are also valid directory names,
|
||||||
# otherwise creating the directory and uploading to s3 will fail
|
# otherwise creating the directory and uploading to s3 will fail
|
||||||
- "main"
|
- "main"
|
||||||
types:
|
|
||||||
- completed
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
8
.github/workflows/release-prs.yml
vendored
8
.github/workflows/release-prs.yml
vendored
|
@ -1,14 +1,6 @@
|
||||||
name: Release PR
|
name: Release PR
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
|
||||||
workflows: ["Build artifacts"]
|
|
||||||
branches:
|
|
||||||
# NOTE: make sure any branches here are also valid directory names,
|
|
||||||
# otherwise creating the directory and uploading to s3 will fail
|
|
||||||
- "main"
|
|
||||||
types:
|
|
||||||
- completed
|
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
|
|
Loading…
Reference in a new issue