diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af3f979..41183b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,11 @@ name: Release # Controls when the action will run. on: + # Triggers the workflow on push for the main branch. + push: + branches: [ main ] + paths-ignore: + - "LICENSE" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: inputs: