Skip to content

updating workflow to only run with tags #21

updating workflow to only run with tags

updating workflow to only run with tags #21

Workflow file for this run

# name: Main Workflow
# on:
# push:
# branches:
# - main
# workflow_dispatch:
# jobs:
# # Add Publisher Job here
# publish:
# uses: ./.github/workflows/publish.yml
# secrets: inherit