Just pull request with sha.
This commit is contained in:
parent
dd0c3f340c
commit
84282987b5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -1,8 +1,8 @@
|
|||
name: Package
|
||||
on: [push,pull_request]
|
||||
on: [pull_request]
|
||||
|
||||
env:
|
||||
version: ${{github.head_ref}}${{github.ref}}
|
||||
version: ${{github.head_ref}-${{github.sha}}
|
||||
jobs:
|
||||
build-macos:
|
||||
|
||||
|
|
Loading…
Reference in a new issue