diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea8c18c..b85e1d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,9 @@ name: NodeJS with Webpack +on: + push: + branches: [ "master" ] + jobs: build: runs-on: ubuntu-latest