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:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
release:
|
||||
types:
|
||||
- created
|
||||
workflow_run:
|
||||
workflows:
|
||||
- pull-request
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@ -20,7 +20,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
|
||||
- name: Prepare Lattice Diamond license
|
||||
env:
|
||||
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