Skip to content

Commit

Permalink
Update GitHub action triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
tishion committed Jun 6, 2022
1 parent 86e62f6 commit 292bb2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [main]
paths:
- '.github/workflows/build-linux-x86_64.yml'
- 'CMakeLists.txt'
- 'CefViewCore'
- 'example/**'
Expand All @@ -12,6 +13,7 @@ on:
pull_request:
branches: [main]
paths:
- '.github/workflows/build-linux-x86_64.yml'
- 'CMakeLists.txt'
- 'CefViewCore'
- 'example/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [main]
paths:
- '.github/workflows/build-macos-x86_64.yml'
- 'CMakeLists.txt'
- 'CefViewCore'
- 'example/**'
Expand All @@ -12,6 +13,7 @@ on:
pull_request:
branches: [main]
paths:
- '.github/workflows/build-macos-x86_64.yml'
- 'CMakeLists.txt'
- 'CefViewCore'
- 'example/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-windows-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [main]
paths:
- '.github/workflows/build-windows-x86_64.yml'
- 'CMakeLists.txt'
- 'CefViewCore'
- 'example/**'
Expand All @@ -12,6 +13,7 @@ on:
pull_request:
branches: [main]
paths:
- '.github/workflows/build-windows-x86_64.yml'
- 'CMakeLists.txt'
- 'CefViewCore'
- 'example/**'
Expand Down

0 comments on commit 292bb2c

Please sign in to comment.