Skip to content

Commit

Permalink
fix YML
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan130200 committed May 7, 2024
1 parent 387e8cd commit 36e86ec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
name: "VCPKG (libexpat)"

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: '19 23 * * 5'

jobs:
buildme:
runs-on: ${{ matrix.config.os }}
Expand Down

0 comments on commit 36e86ec

Please sign in to comment.