Skip to content

Commit

Permalink
Disable push checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Nov 21, 2023
1 parent 9cbd98a commit 058d3a4
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
Expand Up @@ -5,11 +5,11 @@ name: Docker images
# Also run for PRs to ensure PR doesn't break Docker build process
on:
push:
branches:
- main
- 'dspace-**'
tags:
- 'dspace-**'
# branches:
# - main
# - 'dspace-**'
# tags:
# - 'dspace-**'
pull_request:

permissions:
Expand Down

0 comments on commit 058d3a4

Please sign in to comment.