From 4f809f35af991edd0560786b071782665f00276f Mon Sep 17 00:00:00 2001 From: majakomel Date: Thu, 12 Oct 2023 12:22:55 +0200 Subject: [PATCH] Update workflow --- .github/workflows/main.yml | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e25f920..29ceecdc 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 afb485fd..b2bf9106 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",