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