Update build workflow yml

This commit is contained in:
Luke Street 2022-12-06 12:10:30 -05:00
parent d9efa97c30
commit 2f2efb4711
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
name: Build
on: [ push, pull_request ]
on:
pull_request:
push:
paths-ignore:
- '*.md'
- 'LICENSE*'
workflow_dispatch:
jobs:
check: