Update build.yml

This commit is contained in:
Jay Lee
2025-04-09 13:57:17 -04:00
committed by GitHub
parent 1556e736db
commit 5c75c8e8c8

View File

@@ -2,7 +2,11 @@ name: Build and test GAM
on:
push:
paths-ignore:
- 'wiki/**'
pull_request:
paths-ignore:
- 'wiki/**'
schedule:
- cron: '37 22 * * *'
workflow_dispatch: