diff options
-rw-r--r-- | .github/workflows/build-freebsd.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build-freebsd.yml b/.github/workflows/build-freebsd.yml index af6b57f..476cf7a 100644 --- a/.github/workflows/build-freebsd.yml +++ b/.github/workflows/build-freebsd.yml @@ -2,7 +2,9 @@ name: build on FreeBSD on: push: - branches: [ "freebsd" ] + branches: [ "main", "dev" ] + pull_request: + branches: [ "main", "dev" ] jobs: build: |