Skip to content

Commit

Permalink
run build on freebsd action in dev and main branches
Browse files Browse the repository at this point in the history
  • Loading branch information
upa committed Jan 20, 2024
1 parent 1e375ab commit 331bab6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: build on FreeBSD

on:
push:
branches: [ "freebsd" ]
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]

jobs:
build:
Expand Down

0 comments on commit 331bab6

Please sign in to comment.