mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 21:49:15 +01:00
[SC64] Fix PR building
This commit is contained in:
parent
65ec2463bb
commit
7c7919fd8e
@ -4,12 +4,12 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- created
|
- created
|
||||||
|
workflow_run:
|
||||||
|
workflows:
|
||||||
|
- pull-request
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -20,7 +20,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Prepare Lattice Diamond license
|
- name: Prepare Lattice Diamond license
|
||||||
env:
|
env:
|
||||||
ENCODED_LICENSE: ${{ secrets.LATTICE_DIAMOND_LICENSE }}
|
ENCODED_LICENSE: ${{ secrets.LATTICE_DIAMOND_LICENSE }}
|
14
.github/workflows/pull-request.yml
vendored
Normal file
14
.github/workflows/pull-request.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: pull-request
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
trigger-pull-request-build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Trigger PR build
|
||||||
|
run: echo "Triggering \"${{ github.event.pull_request.title }}\" build"
|
Loading…
Reference in New Issue
Block a user