mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 21:49:15 +01:00
[SC64] Remove pull-request workflow
This commit is contained in:
parent
bffda5dcb3
commit
a3aca1ac26
14
.github/workflows/pull-request.yml
vendored
14
.github/workflows/pull-request.yml
vendored
@ -1,14 +0,0 @@
|
||||
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