Skip to content

Commit

Permalink
re: uncomment workflow run condition
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev committed Jan 26, 2024
1 parent 3cdb0d6 commit 19c3a90
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build and Publish Pipeline

on:
push:
# TODO: uncomment the following line on forks
# branches: main

push:
branches: main

# TODO: remove the following line on forks
tags: "v*"

Expand All @@ -28,4 +27,4 @@ jobs:
publish-docker:
name: Publish Docker image
needs: publish-package
uses: ./.github/workflows/docker.yml
uses: ./.github/workflows/docker.yml

0 comments on commit 19c3a90

Please sign in to comment.