Run actions on closed pulls
This commit is contained in:
@@ -8,6 +8,10 @@ on:
|
|||||||
- !.gitea/**
|
- !.gitea/**
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 22 1 * *" # First of every month
|
- cron: "0 22 1 * *" # First of every month
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
types: [closed]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user