Skip to content

Commit

Permalink
correct trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Othamar authored and Martin Othamar committed Feb 20, 2024
1 parent 399eb30 commit 139fdf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: .NET Package

on:
push:
branches: [main, release/v**]
paths: ["csharp/**", ".github/workflows/build-csharp.yml"]
pull_request:
branches: [main]
branches: [release/v0.1]
paths: ["csharp/**", ".github/workflows/build-csharp.yml"]
workflow_dispatch:

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: JS Package

on:
push:
branches: [main, release/v**]
paths: ["js/**", ".github/workflows/build-js.yml"]
pull_request:
branches: [main]
branches: [release/v0.1]
paths: ["js/**", ".github/workflows/build-js.yml"]
workflow_dispatch:

Expand Down

0 comments on commit 139fdf8

Please sign in to comment.