Skip to content

Commit 71cdec9

Browse files
CI: Add tag handler (#492)
1 parent 76f8be1 commit 71cdec9

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

Diff for: .github/workflows/vcpkg_ci.yml

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
name: VCPKG Continuous Integration
2+
23
on:
4+
# Run this workflow once every 6 hours against the master branch
5+
schedule:
6+
- cron: "0 */6 * * *"
7+
38
push:
49
branches:
5-
- master
10+
- 'master'
11+
12+
tags:
13+
- '*'
14+
615
pull_request:
7-
schedule:
8-
# run CI every day even if no PRs/merges occur
9-
- cron: '0 6 * * *'
16+
branches:
17+
- '*'
1018

1119
jobs:
1220
build_linux:

0 commit comments

Comments
 (0)