Browse Source

Update libs.yml

Run when release is published
pull/62/head
Jannis Weis 5 years ago committed by GitHub
parent
commit
2e53ef415f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/libs.yml

3
.github/workflows/libs.yml

@ -9,6 +9,9 @@ on:
paths:
- '**.cpp'
- '**.mm'
release:
types:
- published
schedule:
- cron: '0 0 1 * *'
jobs:

Loading…
Cancel
Save