diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-01-20 21:42:44 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-01-20 21:42:44 +0900 |
commit | 331bab6b41799690392794af38f30cbe83bee877 (patch) | |
tree | c87f191440b330059eb858540c0a0ab902fc3707 /.github | |
parent | 1e375abb8888997e015101c278c9edfa41a4a0d2 (diff) |
run build on freebsd action in dev and main branches
Diffstat (limited to '.github')
-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: |