Skip to content

Commit

Permalink
fix: fix the pattern match of action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dofes committed Oct 14, 2023
1 parent 67188e2 commit e6dcd12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
paths:
- .github/workflows/build_docs.yml
- docs
- docs/**
- mkdocs.yml
- requirements.txt
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_levilamina.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on:
paths:
- .github/workflows/build_levilamina.yml
- scripts/localbdslibrary.lua
- src
- src/**
- xmake.lua
pull_request:
paths:
- .github/workflows/build_levilamina.yml
- scripts/localbdslibrary.lua
- src
- src/**
- xmake.lua
workflow_dispatch:

Expand Down

0 comments on commit e6dcd12

Please sign in to comment.