Skip to content

Commit 4235ef9

Browse files
committed
trigger on push to master
1 parent b6c0b65 commit 4235ef9

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/npmpublish.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
1-
name: Publish HttpSnippet Packages
1+
name: Publish HttpSnippet Package
22

33
on:
44
push:
55
branches:
6-
- sahar/cicd
6+
- master
77
paths-ignore:
88
- "package.json"
99
- "**.md"
1010

11-
workflow_dispatch:
12-
inputs:
13-
logLevel:
14-
description: "Log level"
15-
required: true
16-
default: "warning"
17-
tags:
18-
description: "Test scenario tag"
19-
2011
jobs:
2112
publish-package:
2213
runs-on: ubuntu-latest
@@ -51,7 +42,7 @@ jobs:
5142
github_base_ref: ${{ (github.base_ref) }}
5243
ACTIONS_ACCESS_KEY: ${{ (secrets.ACTIONS_ACCESS_KEY) }}
5344

54-
- name: Publish Package
45+
- name: Publish HttpSnippet Package
5546
run: yarn publish
5647
env:
5748
NODE_AUTH_TOKEN: ${{secrets.ACTIONS_ACCESS_KEY}}

0 commit comments

Comments
 (0)