mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-01-26 03:15:26 +01:00
15 lines
254 B
YAML
15 lines
254 B
YAML
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"
|