Skip to content

Commit

Permalink
CI: Add tag handler (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrogario committed Feb 23, 2021
1 parent 76f8be1 commit 71cdec9
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/vcpkg_ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
name: VCPKG Continuous Integration

on:
# Run this workflow once every 6 hours against the master branch
schedule:
- cron: "0 */6 * * *"

push:
branches:
- master
- 'master'

tags:
- '*'

pull_request:
schedule:
# run CI every day even if no PRs/merges occur
- cron: '0 6 * * *'
branches:
- '*'

jobs:
build_linux:
Expand Down

0 comments on commit 71cdec9

Please sign in to comment.