Try other refs.

This commit is contained in:
Matthew Stratford 2021-09-23 00:46:16 +01:00
parent b79a4a6806
commit dd0c3f340c

View file

@ -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: