diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 95d037bd..2e2f1c99 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,9 +7,9 @@ name: Build on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ main ] + branches: [ main, experimental ] pull_request: - branches: [ main ] + branches: [ main, experimental ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: