diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e5c5d50..ace0641 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ on: jobs: build: - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development' + if: endsWith(github.ref, 'master') || endsWith(github.ref, 'development') runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job