Skip to content

Commit

Permalink
ci: Force running FreeBSD build in tag and push pipelines
Browse files Browse the repository at this point in the history
This now behaves similar to other CI build jobs, which always run on the
main branches, but only conditionally on PRs, depending on which files
changed.
  • Loading branch information
wolfgangwalther committed May 4, 2024
1 parent 5c29742 commit 5aa62d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ build_task:
# Github Actions build workflow will run on those and the
# "Fetch from FreeBSD" job should not fail.
only_if: |
$CIRRUS_TAG != '' || $CIRRUS_BRANCH == 'main' || $CIRRUS_BRANCH =~ 'v*' ||
changesInclude(
'.github/workflows/build.yaml',
'.github/actions/setup-nix/**',
Expand Down

0 comments on commit 5aa62d9

Please sign in to comment.