diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index fa2699b..2b8e62d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -5,10 +5,6 @@ on: branches: [ master, main ] types: - completed - push: - branches: [master, main] - release: - types: [ released ] jobs: deploy: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bf6cac..78643b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,8 +6,6 @@ on: branches: [ master, main ] types: - completed - release: - types: [ released ] jobs: deploy: diff --git a/.github/workflows/release_check.yml b/.github/workflows/release_check.yml index 97a4b32..e200120 100644 --- a/.github/workflows/release_check.yml +++ b/.github/workflows/release_check.yml @@ -6,8 +6,6 @@ on: branches: [ master, main ] types: - completed - release: - types: [ released ] jobs: validate: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d55022d..097366f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,12 +7,6 @@ on: branches: [ master, main ] types: - completed - push: - branches: [ master, main ] - pull_request: - branches: [ master, main ] - release: - types: [ released ] jobs: tests: