diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a18556..48c0d6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,8 +5,9 @@ name: release on: # Triggers the workflow on push push: - branches: [main] - + # branches: [main] + branches: releaseActions + # A workflow run is made up of one or more jobs jobs: deploy: