Skip to content

Commit

Permalink
Minor fix to action to avoid redundant runs on PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Dec 7, 2024
1 parent 9a96fbd commit 142296a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

on:
push:
branch:
- 'devel'
branches:
- devel
pull_request:

name: R-CMD-check-bioc
Expand Down

0 comments on commit 142296a

Please sign in to comment.