Skip to content

Commit

Permalink
Do not trigger on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Oct 26, 2023
1 parent 5be2a7b commit 3e3a285
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/render_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ name: render-readme
on:
workflow_dispatch:
push:
tags-ignore:
- '*'
paths:
- 'README.Rmd'
- '.github/workflows/render_readme.yml'
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/update-citation-cff.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Workflow derived from https://github.com/r-lib/actions/tree/master/examples
# The action runs when:
# - A new release is published
# - The DESCRIPTION or inst/CITATION are modified
# - Can be run manually
# For customizing the triggers, visit https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
on:
release:
types: [published]
push:
tags-ignore:
- '*'
paths:
- DESCRIPTION
- inst/CITATION
Expand Down

0 comments on commit 3e3a285

Please sign in to comment.