Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
jobs:
build:
if: github.ref_type == 'branch'
name: Build on Node.js ${{ matrix.node }}
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -28,17 +29,7 @@ name: Build
on:
pull_request:
branches:
- devel
- main
- release
- '**'
push:
branches:
- devel
- main
- release
paths-ignore:
- '**.md'
- '.editorconfig'
- '.gitignore'
- '.npmignore'
- 'LICENSE'
- '**'
11 changes: 3 additions & 8 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
jobs:
analyze:
if: github.ref_type == 'branch'
name: Analyze
permissions:
actions: read
Expand Down Expand Up @@ -28,13 +29,7 @@ name: CodeQL
on:
pull_request:
branches:
- devel
- main
- release
- '**'
push:
branches:
- devel
- main
- release
schedule:
- cron: '19 13 * * 3'
- '**'
15 changes: 3 additions & 12 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
jobs:
coverage:
if: github.ref_type == 'branch'
name: Check code coverages on Node.js ${{ matrix.node }}
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -34,17 +35,7 @@ name: Coverage
on:
pull_request:
branches:
- devel
- main
- release
- '**'
push:
branches:
- devel
- main
- release
paths-ignore:
- '**.md'
- '.editorconfig'
- '.gitignore'
- '.npmignore'
- 'LICENSE'
- '**'
15 changes: 3 additions & 12 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
jobs:
example:
if: github.ref_type == 'branch'
name: Run an example on Node.js ${{ matrix.node }}
outputs:
result: ${{ steps.example.outputs.result }}
Expand Down Expand Up @@ -30,17 +31,7 @@ name: Example
on:
pull_request:
branches:
- devel
- main
- release
- '**'
push:
branches:
- devel
- main
- release
paths-ignore:
- '**.md'
- '.editorconfig'
- '.gitignore'
- '.npmignore'
- 'LICENSE'
- '**'