Skip to content

Commit

Permalink
add workflow_dispatch to macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniTurtle committed Mar 22, 2024
1 parent e34b561 commit 73d9e38
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ name: macos

# build on c/cpp changes or workflow changes
on:
workflow_dispatch:
paths:
- 'lib/**.[ch]'
- 'lib/**.cpp'
- 'src/**.[ch]'
- 'src/**.cpp'
- '**/CMakeLists.txt'
- 'cmake/Modules/**'
- '.github/workflows/macos.yml'
push:
paths:
- 'lib/**.[ch]'
Expand Down
4 changes: 4 additions & 0 deletions ignore.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ x64
/install32
/build32
/lib/irrlichtmt
/mods
/build
/worlds/flowers
/worlds/minecloneworld

0 comments on commit 73d9e38

Please sign in to comment.