mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Don't create env on non-main
This commit is contained in:
parent
3242393cb5
commit
056c7b608f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -20,6 +20,7 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
environment:
|
||||
if: github.ref == 'refs/heads/main'
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
runs-on: ${{matrix.os}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue