Skip to content

Commit

Permalink
refactor(ci): Only run the workflow on PR's, since main branch is pro…
Browse files Browse the repository at this point in the history
…tected.
  • Loading branch information
jorenn92 committed Jan 7, 2024
1 parent 93549b9 commit bed0b03
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 bed0b03

Please sign in to comment.