diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 5585fec57a..9063615a32 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -6,9 +6,9 @@ name: CopyChangesToThemeRepo on: # Triggers the workflow on push or pull request events but only for the main branch push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: