Skip to content

Commit

Permalink
ci: minor update
Browse files Browse the repository at this point in the history
Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
  • Loading branch information
motss committed Nov 21, 2022
1 parent 59b431a commit 9fa5f2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
name: ci

on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
branches:
- '*'
tags-ignore:
- '*'
- '**'
paths-ignore:
- '**/*.md'

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
Expand All @@ -37,7 +32,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
target: [14.x, 16.x, 18.x]
target: [16.x, 18.x]

steps:
- name: Checkout
Expand Down Expand Up @@ -87,7 +82,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
target: [14.x, 16.x, 18.x]
target: [16.x, 18.x]

steps:
- name: Checkout
Expand Down Expand Up @@ -156,7 +151,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
target: [14.x, 16.x, 18.x]
target: [16.x, 18.x]

steps:
- name: Checkout
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: publish

on:
push:
branches-ignore:
- '*'
tags:
- '*'
- 'v**'

defaults:
run:
Expand All @@ -25,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
target: [16.x]
target: [18.x]

steps:
- name: Checkout
Expand Down

0 comments on commit 9fa5f2a

Please sign in to comment.