diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fff6ded..a9fad8e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ name: Deploy To Site on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [master] + branches: [master, next, text] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: