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 8ea7cad commit 00956beCopy full SHA for 00956be
.github/workflows/build.yml
.github/workflows/pr.yml .github/workflows/ci.yml.github/workflows/pr.yml renamed to .github/workflows/ci.yml
@@ -1,8 +1,10 @@
1
-name: PR
+name: CI
2
3
on:
4
pull_request:
5
branches: [ master, main ]
6
+ push:
7
+ branches: [ master, main ]
8
9
jobs:
10
set-version:
.github/workflows/release.yml
@@ -5,11 +5,13 @@ on:
workflows: ['CI']
types:
- completed
-
+ branches:
+ - master
+ - main
11
12
13
runs-on: ubuntu-latest
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
14
+ if: ${{ github.event.workflow_run.head_branch == 'main' }}
15
container:
16
image: mcr.microsoft.com/dotnet/sdk:6.0
17
outputs:
0 commit comments