Skip to content

Commit

Permalink
Uses the same trigger conditions in BSD workflow as for others.
Browse files Browse the repository at this point in the history
  • Loading branch information
phkaeser committed Feb 22, 2025
1 parent 5986f35 commit a3fbbf0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-for-freebsd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build for Free BSD 14.2

on: [pull_request]
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
test:
Expand Down

0 comments on commit a3fbbf0

Please sign in to comment.