diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d8cc7ae..30a214b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,7 +6,7 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the "operations" branch push: - branches: ["operations"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: