Try other refs.
This commit is contained in:
parent
b79a4a6806
commit
dd0c3f340c
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
|
@ -1,7 +1,8 @@
|
|||
name: Package
|
||||
on: [push]
|
||||
on: [push,pull_request]
|
||||
|
||||
env:
|
||||
version: ${{github.base_ref}}-${{github.sha}}
|
||||
version: ${{github.head_ref}}${{github.ref}}
|
||||
jobs:
|
||||
build-macos:
|
||||
|
||||
|
|
Loading…
Reference in a new issue