Skip to content

Commit 0cb0f33

Browse files
committed
GitHub Actions Build
First step: only run build script.
1 parent baea9ce commit 0cb0f33

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/main.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: main
2+
3+
on:
4+
push:
5+
branches: [ dev ]
6+
pull_request:
7+
branches: [ dev ]
8+
9+
# Allows you to run this workflow manually from the Actions tab
10+
workflow_dispatch:
11+
12+
jobs:
13+
build:
14+
runs-on: windows-latest
15+
steps:
16+
- uses: actions/checkout@v2
17+
18+
- name: Run build script
19+
run: ./Build.ps1

0 commit comments

Comments
 (0)