Skip to content

Commit

Permalink
github actions only on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthergl committed Dec 21, 2023
1 parent 95b3b9b commit 51a0b35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
# # relevant branches and tags. Other branches can be checked via PRs.
branches:
- "main"
- "*"
tags: ["v[0-9]*", "[0-9]+.[0-9]+*"] # Match tags that resemble a version
pull_request: # Run in every PR
workflow_dispatch: # Allow manually triggering the workflow
Expand Down Expand Up @@ -106,7 +105,7 @@ jobs:
- ubuntu-latest
# - macos-latest # graphviz would not install (2023-12-08)
- windows-latest
fail-fast: false # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
fail-fast: false # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 51a0b35

Please sign in to comment.