diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index ad5345b..4a7f82d 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -4,11 +4,11 @@ name: dev workflow # Controls when the action will run. on: - # Triggers the workflow on push or pull request events but only for the master branch - push: - branches: [ master, main ] - pull_request: - branches: [ master, main ] +# # Triggers the workflow on push or pull request events but only for the master branch +# push: +# branches: [ master, main ] +# pull_request: +# branches: [ master, main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 953a60e..0f60386 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -4,9 +4,9 @@ name: stage & preview workflow # Controls when the action will run. on: - # Triggers the workflow on push or pull request events but only for the master branch - push: - branches: [ master, main ] +# # Triggers the workflow on push or pull request events but only for the master branch +# push: +# branches: [ master, main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6060909..b30d81a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,10 +4,10 @@ name: release & publish workflow # Controls when the action will run. on: - # Triggers the workflow on push events but only for the master branch - push: - tags: - - 'v*' +# # Triggers the workflow on push events but only for the master branch +# push: +# tags: +# - 'v*' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: