Skip to content

Commit

Permalink
fix: enable tag trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Oct 12, 2023
1 parent c31e383 commit 77a4960
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
name: CI
name: Build & Lint

on:
push:
tags:
- 'v*.*.*'
branches:
- master
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'public/**'
- 'scripts/**'
- '.vscode'
- '.idea'

pull_request:
branches:
Expand Down

0 comments on commit 77a4960

Please sign in to comment.