Skip to content

Commit

Permalink
ci: test the docker build in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Dec 28, 2023
1 parent cdf6cce commit 615228f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: docker

on:
# push:
# paths:
# - '.github/workflows/r-pkg-docker.yml'
# - 'Description'
# - 'Dockerfile'
push:
paths:
- ".github/workflows/r-pkg-docker.yml"
- "Description"
- "Dockerfile"
workflow_dispatch:
release:
types: [published]
Expand Down

0 comments on commit 615228f

Please sign in to comment.