diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6745ba9..4cbf815 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,18 @@ name: CI Build on: + # Runs on pushes targeting the default branch push: branches: - - main + - "**" + # - main + # - master + # - trunk + tags: + - "!**" + # Run every time a PR is updated pull_request: - branches: - - main + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: test: runs-on: ${{ matrix.os }}