diff --git a/.github/workflows/release-branches.yml b/.github/workflows/release-branches.yml index b205ac2..c27540b 100644 --- a/.github/workflows/release-branches.yml +++ b/.github/workflows/release-branches.yml @@ -6,8 +6,6 @@ on: # NOTE: make sure any branches here are also valid directory names, # otherwise creating the directory and uploading to s3 will fail - "main" - types: - - completed jobs: build: diff --git a/.github/workflows/release-prs.yml b/.github/workflows/release-prs.yml index 7b50ffa..1d5a231 100644 --- a/.github/workflows/release-prs.yml +++ b/.github/workflows/release-prs.yml @@ -1,14 +1,6 @@ name: Release PR 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: types: - opened