Skip to content

Commit beab455

Browse files
committed
commit before pulling dev
1 parent 78a3e9a commit beab455

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
pull_request:
1616
branches:
1717
- dev
18+
- master
1819

1920
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2021
jobs:

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish Package to npmjs
22
on:
33
release:
4-
types: [created]
4+
types: [published]
55
jobs:
66
build:
77
runs-on: ubuntu-latest
@@ -12,7 +12,6 @@ jobs:
1212
with:
1313
node-version: '16.x'
1414
registry-url: 'https://registry.npmjs.org'
15-
- run: npm ci
1615
- run: npm publish
1716
env:
1817
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)