We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14dc98e commit ecf153fCopy full SHA for ecf153f
.github/workflows/CI.yml
@@ -1,4 +1,5 @@
1
name: CI
2
+
3
env:
4
DEBUG: napi:*
5
APP_NAME: magic-string
@@ -19,6 +20,8 @@ permissions:
19
20
- .editorconfig
21
- docs/**
22
pull_request: null
23
+ workflow_call:
24
25
jobs:
26
build:
27
strategy:
.github/workflows/release.yaml
@@ -8,7 +8,7 @@ permissions:
8
on:
9
push:
10
branches:
11
- - main
+ - **
12
13
concurrency: ${{ github.workflow }}-${{ github.ref }}
14
0 commit comments