Skip to content

Commit

Permalink
Trigger only on release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith authored Apr 13, 2024
1 parent c199581 commit 14aedc3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build and Push Docker Images

on:
pull_request:
branches: [main]
push:
tags:
- 'v*'

jobs:
build-and-push:
Expand Down

0 comments on commit 14aedc3

Please sign in to comment.