Skip to content

Commit 9372df3

Browse files
committed
chore(ci): not run build and build docs when tag
1 parent fa4c1ce commit 9372df3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- .github/workflows/build.yml
1010
- src/**
1111
- xmake.lua
12+
branches:
13+
- '**'
1214
workflow_dispatch:
1315

1416
jobs:

.github/workflows/build_docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
- .github/workflows/build_docs.yml
55
- docs/**
66
- mkdocs.yml
7+
branches:
8+
- '**'
79
workflow_dispatch:
810

911
jobs:
@@ -32,4 +34,3 @@ jobs:
3234
runs-on: ubuntu-latest
3335
steps:
3436
- uses: actions/deploy-pages@v4
35-

0 commit comments

Comments
 (0)