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.
1 parent 9a3c6ff commit a90c580Copy full SHA for a90c580
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: AST Javascript wrapper CI
2
3
on: [pull_request]
4
jobs:
5
- build:
+ integration-tests:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
- "*"
9
- publish-gpr:
+ release:
10
11
steps:
12
- uses: actions/checkout@v2
0 commit comments