Skip to content

Commit

Permalink
fix workflow so it actually only runs on the version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoobdude committed Apr 2, 2024
1 parent cf45aab commit ae25372
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Compile and push to Docker Hub

on:
push:
branches:
- main
tags:
- 'v*' # Only run workflow on version tags, e.g. v1.0.0, v1.0.1, v1.0.2, etc.'

Expand Down

0 comments on commit ae25372

Please sign in to comment.