Skip to content

Commit

Permalink
build: make multi-framework workflow the default one for PRs as it do…
Browse files Browse the repository at this point in the history
…esn't rely on any secrets (SONAR).

Sonar will only be used when pushing on main
  • Loading branch information
Tr00d committed Jun 28, 2024
1 parent 7968faf commit a69164d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/multiframework-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]

permissions:
actions: write
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/net-build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: .NET Build

on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]

permissions:
actions: write
Expand Down

0 comments on commit a69164d

Please sign in to comment.