mirror of
https://code.forgejo.org/actions/cascading-pr
synced 2025-03-14 22:36:58 +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
|
||||
|
||||
on: [push, pull_request_target]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
pull_request_target:
|
||||
|
||||
jobs:
|
||||
integration:
|
||||
|
|
Loading…
Add table
Reference in a new issue