Skip to content

Commit

Permalink
Starting chm build
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 committed Apr 15, 2024
1 parent 60fced8 commit f40b51c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/chm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: chm

on:
push:
branches:
- master
- develop
paths-ignore:
- 'doc/**'
- 'Version3/**'
- 'README.md'
pull_request:
branches:
- master
- develop
paths-ignore:
- 'doc/**'
- 'Version3/**'
- 'README.md'
schedule:
- cron: '1 2 2/7 * *'
workflow_dispatch:

jobs:
build-chm:
runs-on: windows-latest
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v4

0 comments on commit f40b51c

Please # to comment.