mirror of
https://github.com/nzp-team/assets.git
synced 2025-04-02 14:11:02 +00:00
YML: Do not build and release for Pull Requests
This commit is contained in:
parent
062a56bb88
commit
c46add02d4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/assemble-and-release.yml
vendored
1
.github/workflows/assemble-and-release.yml
vendored
|
@ -3,6 +3,7 @@ on: [push]
|
|||
jobs:
|
||||
Assemble-and-Release:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Clone Repository and Run Script
|
||||
|
|
Loading…
Reference in a new issue