Skip to content

Commit

Permalink
Create wordpress-latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PeerRich authored Jan 8, 2024
1 parent 3647daa commit 76d1c40
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/wordpress-latest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "WordPress version checker"
on:
push:
branches:
- develop
- trunk
pull_request:
branches:
- develop
schedule:
- cron: '0 0 * * 1'

jobs:
wordpress-version-checker:
runs-on: ubuntu-latest
steps:
- name: WordPress version checker
uses: skaut/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 76d1c40

Please sign in to comment.