Skip to content

Commit

Permalink
Update trigger bundle plugins update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Nov 4, 2024
1 parent 5cb1e26 commit 2530a1c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/trigger-aio-update.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/trigger-bundle-plugins-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Trigger update on bundle plugins

on:
push:
branch:
- master
- main
pull_request:
types:
- closed
branch:
- master
- main

jobs:
call-workflow:
uses: wpmetabox/meta-box/.github/workflows/trigger-bundle-plugins-update.yml@master
secrets:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit 2530a1c

Please sign in to comment.