Skip to content

Commit

Permalink
Update backend workflow paths to include all cpp files
Browse files Browse the repository at this point in the history
Previously, the workflow triggered only on changes to `privateer-bind.cpp`. This update broadens the scope to any file within the `src/privateer/cpp/` directory, ensuring all relevant changes are tracked.
  • Loading branch information
Dialpuri committed Aug 22, 2024
1 parent a99b6a8 commit e838a54
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7,660 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
push:
branches: [ "webapp" ]
paths:
- src/privateer/cpp/privateer-bind.cpp
- src/privateer/cpp/*

pull_request:
branches: [ "webapp" ]
paths:
- src/privateer/cpp/privateer-bind.cpp
- src/privateer/cpp/*

jobs:
build:
Expand Down
7,669 changes: 11 additions & 7,658 deletions webapp/src/wasm/privateer.js

Large diffs are not rendered by default.

Binary file modified webapp/src/wasm/privateer.wasm
Binary file not shown.

0 comments on commit e838a54

Please sign in to comment.