mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Run action on every master push
This commit is contained in:
parent
e8bc05fe6c
commit
33de34f0d5
4
.github/workflows/build-phar.yml
vendored
4
.github/workflows/build-phar.yml
vendored
@ -1,6 +1,9 @@
|
||||
name: Build phar
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
@ -45,6 +48,7 @@ jobs:
|
||||
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
|
||||
|
||||
- name: Upload release assets
|
||||
if: ${{ github.event_name == 'release' }}
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user