Skip to content

Commit

Permalink
changing CI [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Dec 3, 2023
1 parent e3f950e commit 6dbd3d9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
name: "Publish"

on: workflow_dispatch
on:
workflow_dispatch:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.gitignore'
- '**/*.gitattributes'
push:
branches:
- main
paths-ignore:
- '**/*.gitignore'
- '**/*.gitattributes'
- '**/*.yaml'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions src/AspireManifestGen.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspireManifestGen", "Aspire
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DB8CBDB0-7222-4FCF-A643-B077729AB022}"
ProjectSection(SolutionItems) = preProject
..\.github\workflows\pr.yaml = ..\.github\workflows\pr.yaml
..\.github\workflows\publish.yaml = ..\.github\workflows\publish.yaml
..\README.md = ..\README.md
..\version.json = ..\version.json
Expand Down

0 comments on commit 6dbd3d9

Please sign in to comment.