Skip to content

Commit

Permalink
Merge pull request #721 from jorenn92/fix/build-workflow-only-on-PR
Browse files Browse the repository at this point in the history
refactor(ci): Only run the workflow on PR's, since main branch is pro…
  • Loading branch information
jorenn92 authored Jan 7, 2024
2 parents 93549b9 + bed0b03 commit 1949768
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: "Build and push Docker image"

on:
push:
branches:
- 'main'
tags:
- 'v*'
pull_request:
branches:
- 'main'
Expand Down

0 comments on commit 1949768

Please sign in to comment.