Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-MV committed Jul 18, 2024
1 parent 6cfc0f1 commit ce744c4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@ on:
- 'ext/rubyraylib/**'
- 'third_party/**'
- '.github/workflows/ci.yml'
- '!ext/rubyraylib/main.cpp'
- '!src/main.hpp'
pull_request:
paths:
- 'ext/rubyraylib/**'
- 'third_party/**'
- '.github/workflows/ci.yml'
- '!ext/rubyraylib/main.cpp'
- '!ext/rubyraylib/main.hpp'

jobs:
build:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@ on:
- 'CMakeLists.txt'
- 'third_party/**'
- '.github/workflows/linux.yml'
- '!ext/rubyraylib/rubyraylib.cpp'
- '!ext/rubyraylib/rubyraylib.hpp'
pull_request:
paths:
- 'ext/rubyraylib/**'
- 'CMakeLists.txt'
- 'third_party/**'
- '.github/workflows/linux.yml'
- '!ext/rubyraylib/rubyraylib.cpp'
- '!ext/rubyraylib/rubyraylib.hpp'

jobs:
build-linux:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@ on:
- 'CMakeLists.txt'
- 'third_party/**'
- '.github/workflows/windows.yml'
- '!ext/rubyraylib/rubyraylib.cpp'
- '!ext/rubyraylib/rubyraylib.hpp'
pull_request:
paths:
- 'ext/rubyraylib/**'
- 'CMakeLists.txt'
- 'third_party/**'
- '.github/workflows/windows.yml'
- '!ext/rubyraylib/rubyraylib.cpp'
- '!ext/rubyraylib/rubyraylib.hpp'

jobs:
build-windows:
Expand Down

0 comments on commit ce744c4

Please sign in to comment.