mirror of
https://code.forgejo.org/actions/cascading-pr
synced 2025-03-15 14:54:40 +01:00
only run on main, it is the same as v1 for now
This commit is contained in:
parent
c607434f43
commit
e445a531fa
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
name: integration
|
name: integration
|
||||||
|
|
||||||
on: [push, pull_request_target]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'main'
|
||||||
|
pull_request_target:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
integration:
|
integration:
|
||||||
|
|
Loading…
Add table
Reference in a new issue