diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3e947d1..e335d95 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,12 +1,11 @@ name: Publish Any Commit on: - # Temporarily disabled - uncomment to re-enable - # pull_request: - # push: - # branches: - # - '**' - # tags: - # - '!**' + pull_request: + push: + branches: + - '**' + tags: + - '!**' jobs: build: