YML: Do not build and release for Pull Requests

This commit is contained in:
cypress 2024-11-28 22:11:40 -08:00 committed by GitHub
parent 062a56bb88
commit c46add02d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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