Skip to content

Commit

Permalink
Merge pull request #71 from ropensci-review-tools/workflow
Browse files Browse the repository at this point in the history
update workflow to update data #54
  • Loading branch information
mpadge authored Nov 7, 2024
2 parents 6967da9 + da0a8d9 commit b2a9f62
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: 0 0 * * 1

Expand All @@ -15,7 +12,6 @@ jobs:
update-pkgmatch-data:

runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, 'update data')

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pkgmatch
Title: Find R Packages Matching Either Descriptions or Other R Packages
Version: 0.4.1.052
Version: 0.4.1.056
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")),
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/ropensci-review-tools/pkgmatch",
"issueTracker": "https://github.com/ropensci-review-tools/pkgmatch/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.4.1.052",
"version": "0.4.1.056",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit b2a9f62

Please sign in to comment.