Skip to content

Commit

Permalink
Only CI on _branch_ pushes and stop double releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdesr committed Jan 26, 2020
1 parent 47951c5 commit 797a576
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
on:
# On push/pr & weekly
# On a branch push & weekly
push:
pull_request:
branches:
- '*'
schedule:
- cron: "0 23 * * 0"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
release:
types: [created, edited]
types: [created]

name: Build Release

Expand Down

0 comments on commit 797a576

Please sign in to comment.