Skip to content

Commit

Permalink
Trigger GH Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Tarun Arora <[email protected]>
  • Loading branch information
Tarun-Arora committed Sep 10, 2023
1 parent af6308b commit 48be5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,11 @@ name: Build CCExtractor on Linux
on:
workflow_dispatch:
push:
paths:
- '.github/workflows/build_linux.yml'
- '**.c'
- '**.h'
- '**Makefile**'
- 'linux/**'
- 'package_creators/**'
- 'src/rust/**'
pull_request:
types: [opened, synchronize, reopened]
paths:
- '.github/workflows/build_linux.yml'
- '**.c'
- '**.h'
- '**Makefile**'
- 'linux/**'
- 'package_creators/**'
- 'src/rust/**'

jobs:
build_shell:
runs-on: ubuntu-latest
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,10 @@ env:
on:
workflow_dispatch:
push:
paths:
- ".github/workflows/build_windows.yml"
- "**.c"
- "**.h"
- "windows/**"
pull_request:
types: [opened, synchronize, reopened]
paths:
- ".github/workflows/build_windows.yml"
- "**.c"
- "**.h"
- "windows/**"
- '.github/workflows/build_windows.yml'

jobs:
build_release:
Expand Down

0 comments on commit 48be5f7

Please sign in to comment.