diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e25f92..29ceecd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,9 +3,12 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [master] + branches: + - master pull_request: - branches: [master] + branches: + - master + - dev # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/package.json b/package.json index afb485f..b2bf910 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ooni-components", - "version": "1.0.0-alpha.19", + "version": "1.0.0-alpha.20", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts",