We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3646b2e commit 9d0ee8bCopy full SHA for 9d0ee8b
2 files changed
.github/workflows/build.yml
@@ -1,6 +1,6 @@
1
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
2
3
-name: dotnet-CI
+name: Build
4
5
# Trigger the action on push to master
6
on:
@@ -10,7 +10,7 @@ on:
10
- master # Run for pushes to master
11
pull_request:
12
branches:
13
- - '*' # Run the workflow for all pull requests
+ - * # Run the workflow for all pull requests
14
15
# Sets permissions of the GITHUB_TOKEN to allow reading packages
16
permissions:
.github/workflows/publish.yml
@@ -1,11 +1,9 @@
-name: publish
+name: Publish
push:
7
- branches:
8
- - master # Run the workflow when pushing to the master branch
9
tags:
- v** # Only when a v... tag is pushed
0 commit comments