Skip to content

Commit

Permalink
deno.json now trigger github action
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed May 7, 2024
1 parent 5b95dbc commit 891d2d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: build openCV on ubuntu
on:
push:
branches: [ "master", "piercus", "test", "deno" ]
paths: ['src/**', '.github/workflows/linux-build.yml' ]
paths: ['src/**', 'deno.json', '.github/workflows/linux-build.yml' ]
pull_request:
branches: [ "master", "piercus" ]
paths: ['src/**', '.github/workflows/linux-build.yml' ]
paths: ['src/**', 'deno.json', '.github/workflows/linux-build.yml' ]

#env:
# OPENCV4NODEJS_AUTOBUILD_OPENCV_VERSION : 4.7.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Use OpenCV from Ubuntu apt
on:
push:
branches: [ "never", "master", "deno" ]
paths: ['src/**', 'src/*.ts', '.github/workflows/linux-detect.yml' ]
paths: ['src/**', 'deno.json', 'src/*.ts', '.github/workflows/linux-detect.yml' ]
# pull_request:
# branches: [ "master" ]
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac-detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Use OpenCV from Brew
on:
push:
branches: [ "never", "master", "deno" ]
paths: ['src/**', '*.ts', '.github/workflows/mac-detect.yml' ]
paths: ['src/**', 'deno.json', '*.ts', '.github/workflows/mac-detect.yml' ]
# pull_request:
# branches: [ "master" ]
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/w64-detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Use openCV from Chocolatey
on:
push:
branches: [ "never", "test", "deno" ]
paths: ['src/**', '*.ts', '.github/workflows/w64-detect.yml' ]
paths: ['src/**', 'deno.json', '*.ts', '.github/workflows/w64-detect.yml' ]
# pull_request:
# branches: [ "master" ]
jobs:
Expand Down

0 comments on commit 891d2d5

Please sign in to comment.