diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9304b63b..08b297a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,10 +2,10 @@ name: Package and Smoke Test on: # rebuild any PRs and main branch changes pull_request: -# push: -# branches: -# - master -# - 'releases/*' + push: + branches: + - master + - 'releases/*' jobs: diff --git a/action.yml b/action.yml index a081a501..5e62c414 100644 --- a/action.yml +++ b/action.yml @@ -46,3 +46,7 @@ inputs: runs: using: node12 main: dist/index.js + +branding: + icon: package + color: blue \ No newline at end of file