We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a7a0f2 + 02a21c2 commit 21a957dCopy full SHA for 21a957d
.github/workflows/build.yml
@@ -1,14 +1,19 @@
1
name: build
2
3
-on: [pull_request, push]
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - master
8
+ - main
9
10
jobs:
11
build:
12
runs-on: ubuntu-latest
13
14
strategy:
15
matrix:
- node-version: [16.x]
16
+ node-version: [18.x]
17
18
steps:
19
- uses: actions/checkout@v3
.github/workflows/publish.yml
@@ -1,14 +1,17 @@
name: publish
-on: push
+ tags:
+ - "*"
publish:
0 commit comments