Skip to content

Commit

Permalink
fix(ci): node action ci paths
Browse files Browse the repository at this point in the history
  • Loading branch information
theaungmyatmoe committed Nov 6, 2023
1 parent c45c12d commit 0f2cf82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: autofix.ci
name: 'Auto Fix'

on:
pull_request:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: 'Create Release on specific version tag'
name: "Release Tag"

on:
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
create-release:
Expand Down Expand Up @@ -59,6 +58,7 @@ jobs:
with:
node-version: 20
cache: pnpm
cache-dependency-path: '**/pnpm-lock.json'

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 0f2cf82

Please sign in to comment.