Skip to content

Commit dc99665

Browse files
committed
Only run Cirrus for main branch pushes
1 parent 5990a8e commit dc99665

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ jobs:
191191
name: FreeBSD (Cirrus CI)
192192
needs: [build, format, clippy]
193193
runs-on: ubuntu-latest
194+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
194195
steps:
195196
- uses: actions/checkout@v4
196197

0 commit comments

Comments
 (0)