Skip to content

Commit

Permalink
ci: trigger on dev branch only
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Sep 7, 2023
1 parent a79c637 commit 8508d3d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
name: hosted-ninja-vcpkg_submod-autocache
on:
push:
pull_request:
branches:
- v11
- main
- dev
pull_request:
branches:
- dev
workflow_dispatch:
schedule:
- cron: "0 1 * * *"

jobs:
job:
Expand Down

0 comments on commit 8508d3d

Please sign in to comment.