workflow fixes

patch-1
sandeep 2023-01-05 16:26:27 +05:30
parent e8eabbc771
commit 25c63f4409
6 changed files with 10 additions and 5 deletions

View File

@ -3,7 +3,7 @@ name: ✍🏻 CVE Annotate
on:
push:
branches:
- master
- main
workflow_dispatch:
jobs:

View File

@ -3,7 +3,7 @@ name: 🥳 New Template List
on:
push:
branches:
- master
- main
workflow_dispatch:
jobs:

View File

@ -1,6 +1,8 @@
name: ❄️ YAML Lint
on: [push, pull_request]
on:
pull_request:
workflow_dispatch:
jobs:
build:

View File

@ -3,7 +3,7 @@ name: 📑 Template-DB Indexer
on:
push:
branches:
- master
- main
workflow_dispatch:
jobs:

View File

@ -1,6 +1,7 @@
name: 🛠 Template Validate
on: [ push, pull_request ]
on:
pull_request:
jobs:
build:

View File

@ -1,8 +1,10 @@
name: ✨ WordPress Plugins - Update
on:
schedule:
- cron: "0 4 * * *" # every day at 4am UTC
workflow_dispatch:
jobs:
Update:
runs-on: ubuntu-latest