Skip to content

Commit

Permalink
run workflows on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed Jul 2, 2023
1 parent 6b9ed12 commit b6f47bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/hosted-ninja-vcpkg_submod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
name: hosted-ninja-vcpkg_submod-autocache
on:
push:
pull_request:
branches:
- v11
- main
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/hosted-pure-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
name: hosted-pure-workflow
on:
push:
pull_request:
branches:
- v11
- main
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
Expand Down

0 comments on commit b6f47bc

Please sign in to comment.