Skip to content

Instantly share code, notes, and snippets.

@seemethere
Last active January 15, 2020 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seemethere/e3f2d350acb18efeed1613c4867c6a40 to your computer and use it in GitHub Desktop.
Save seemethere/e3f2d350acb18efeed1613c4867c6a40 to your computer and use it in GitHub Desktop.
workflows:
version: 2
commit-workflow:
triggers:
- schedule:
cron: "0 1 * * *"
filters:
branches:
only: master
- commit
jobs:
- build
- release_nightly:
filters:
triggers:
- only: schedule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment