Skip to content

Commit

Permalink
Test build.yml workflow file when PRs change it
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast committed Sep 22, 2023
1 parent 8e80bd3 commit bb7e4ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build

on:
pull_request:
# Build on changes to this workflow files in PRs to test proposed changes
paths:
- '.github/workflows/build.yml'
schedule:
# Build daily at 5:30 UTC
- cron: '30 5 * * *'
Expand Down

0 comments on commit bb7e4ee

Please sign in to comment.