We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4c1ce commit 9372df3Copy full SHA for 9372df3
2 files changed
.github/workflows/build.yml
@@ -9,6 +9,8 @@ on:
9
- .github/workflows/build.yml
10
- src/**
11
- xmake.lua
12
+ branches:
13
+ - '**'
14
workflow_dispatch:
15
16
jobs:
.github/workflows/build_docs.yml
@@ -4,6 +4,8 @@ on:
4
- .github/workflows/build_docs.yml
5
- docs/**
6
- mkdocs.yml
7
8
@@ -32,4 +34,3 @@ jobs:
32
34
runs-on: ubuntu-latest
33
35
steps:
36
- uses: actions/deploy-pages@v4
-
0 commit comments