We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9528fb1 commit cef77c6Copy full SHA for cef77c6
.github/workflows/dotnet.yml
@@ -2,17 +2,15 @@ name: .NET Build + Test + Publish
2
3
on:
4
push:
5
- branches: [main, linux-app-image]
+ branches: [main]
6
pull_request:
7
branches: [main]
8
9
jobs:
10
build-windows:
11
runs-on: windows-2022
12
-
13
outputs:
14
version-number: ${{ steps.version.outputs.number}}
15
16
steps:
17
- uses: actions/checkout@v4
18
- name: Download config repo
@@ -90,12 +88,10 @@ jobs:
90
88
91
89
build-linux:
92
runs-on: ubuntu-22.04
93
94
needs: [build-windows]
95
96
permissions:
97
contents: write
98
+ if: ${{ github.event_name != 'pull_request' }}
99
100
101
0 commit comments