Skip to content

Commit 66c063b

Browse files
First pipeline
1 parent 303f6c4 commit 66c063b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/pipeline.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Release Pipeline
2+
3+
on:
4+
push: {}
5+
6+
permissions:
7+
contents: read
8+
9+
jobs:
10+
build-test-release:
11+
name: Build/Test/Release
12+
runs-on: windows-latest
13+
14+
steps:
15+
- name: Hello Pipeline
16+
run: echo "Hello Pipeline"

0 commit comments

Comments
 (0)