Skip to content

Commit

Permalink
Changed actions code after branch name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Dialpuri committed Sep 21, 2023
1 parent f2854de commit 6a5822b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Privateer Webserver Backend

on:
push:
branches: [ "wasm" ]
branches: [ "webserver" ]
paths:
- src/privateer/cpp/privateer-bind.cpp

pull_request:
branches: [ "wasm" ]
branches: [ "webserver" ]
paths:
- src/privateer/cpp/privateer-bind.cpp

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Privateer Webserver Frontend CI/CD

on:
push:
branches: [ "wasm" ]
branches: [ "webserver" ]
paths:
- webserver/**
pull_request:
branches: [ "wasm" ]
branches: [ "webserver" ]
paths:
- webserver/**

Expand Down

0 comments on commit 6a5822b

Please sign in to comment.