diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 616d35e..1c0b8b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,9 +9,9 @@ name: Build and Deploy on: # Triggers the workflow on push or pull request events but only for the "main" branch push: - branches: [ "main" ] + branches: [ "main", "master" ] pull_request: - branches: [ "main" ] + branches: [ "main", "master" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: