Skip to content

Commit

Permalink
disable run docker on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Aug 26, 2024
1 parent 73fc1d4 commit f841df7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- main # Trigger the workflow on pushes to the main branch
pull_request:
branches:
- main # Trigger the workflow on pull requests to the main branch

jobs:
build-and-push:
Expand Down

0 comments on commit f841df7

Please sign in to comment.