Skip to content

Commit

Permalink
Set workflow to trigger on tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
santanusinha committed Apr 8, 2024
1 parent c83f56c commit 72b33f1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ env:
# pull_request:
# branches: [ "master" ]

on: workflow_dispatch

on:
push:
# Pattern matched against refs/tags
tags:
- '*' # Push events to every tag not containing /

jobs:

build-and-push:
Expand Down

0 comments on commit 72b33f1

Please sign in to comment.