Skip to content

Commit

Permalink
fix: WordPress version checker has wrong channel
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-borodii committed Mar 8, 2024
1 parent 637b7ab commit 38656cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/wordpress-version-checker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "WordPress version checker"

on:
push:
branches:
- main
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
Expand Down
2 changes: 1 addition & 1 deletion .wordpress-version-checker.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"readme": "README.txt",
"channel": "rc",
"channel": "stable",
"assignees": []
}

0 comments on commit 38656cc

Please sign in to comment.