mirror of
https://github.com/Automattic/harper.git
synced 2025-08-04 18:48:02 +00:00
fix: set release workflow to run on pull requests
This commit is contained in:
parent
133671262a
commit
97d8f23a25
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build_harper_ls.yml
vendored
2
.github/workflows/build_harper_ls.yml
vendored
|
@ -3,6 +3,8 @@ name: Release
|
|||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue