Skip to content

Commit

Permalink
Merge pull request #93 from jvanderaa/try_publishing
Browse files Browse the repository at this point in the history
Adds release to on:
  • Loading branch information
jvanderaa authored Oct 7, 2021
2 parents 760efcd + 907d7c2 commit f3966df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
name: "CI"
on:
on: # yamllint disable
push:
branches:
- "develop"
- "main"
pull_request:
release:
types: [published]
schedule:
- cron: "20 3 * * 1"

Expand Down

0 comments on commit f3966df

Please sign in to comment.