mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-27 10:19:28 +00:00
.github/workflows: activate freebsd build on PRs
This commit is contained in:
parent
b0ead5e17b
commit
5d16d4b79d
1 changed files with 4 additions and 2 deletions
6
.github/workflows/freebsd.yml
vendored
6
.github/workflows/freebsd.yml
vendored
|
|
@ -1,8 +1,10 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- freebsd-github-action
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue