Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Moo925 committed Jun 7, 2023
1 parent cfb7c0b commit 3872d81
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: main

on:
push:
branches:
- 'main'

jobs:
build:
runs-on: windows-2019 # is needed because the Setup Python task does not work with ubuntu
steps:
# Checkout the code.
- name: check out # is needed to read the files on the root folder of the repo
uses: actions/checkout@v3
# Use the build-addin action.
- uses: ./.github/actions/build

0 comments on commit 3872d81

Please sign in to comment.