From ff04841e84654e840f6adc4b3d2e2a39505669e1 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sat, 27 Feb 2021 20:36:55 +0600 Subject: [PATCH] fix of trigger for flow --- .github/workflows/autopublish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/autopublish.yml b/.github/workflows/autopublish.yml index 5717ffde..d8380ccd 100644 --- a/.github/workflows/autopublish.yml +++ b/.github/workflows/autopublish.yml @@ -1,7 +1,5 @@ name: Publish package to GitHub Packages -on: - release: - types: [created] +on: [push] jobs: publish: runs-on: ubuntu-latest