Skip to content

Commit

Permalink
GHA: run FreeBSD, OpenBSD jobs on push, PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Oct 24, 2024
1 parent 45f5621 commit c6aa12d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/freebsd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on:
push:
branches: [main, master]
pull_request:
workflow_dispatch:
inputs:
release:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/openbsd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on:
push:
branches: [main, master]
pull_request:
workflow_dispatch:
inputs:
release:
Expand Down

0 comments on commit c6aa12d

Please sign in to comment.