Skip to content

Commit

Permalink
Merge branch 'devel' into 1966_bug_derive_vars_joined@devel
Browse files Browse the repository at this point in the history
  • Loading branch information
zdz2101 authored Jul 21, 2023
2 parents e72dff5 + 3a6c650 commit c70e684
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ name: Check Templates

on:
workflow_dispatch:
pull_request_review:
types: [submitted]
pull_request:
branches:
- main
- devel

jobs:
templates:
name: Check Templates
uses: pharmaverse/admiralci/.github/workflows/check-templates.yml@main
if: github.event.review.state == 'approved'
if: github.event_name == 'pull_request'
with:
r-version: "4.1"

0 comments on commit c70e684

Please sign in to comment.