added branch check
parent
016d696c4c
commit
cdfecdfc86
|
@ -3,6 +3,9 @@ name: ✨ WordPress Plugins - Update
|
|||
on:
|
||||
schedule:
|
||||
- cron: "0 4 * * *" # every day at 4am UTC
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue