Skip to content

Commit

Permalink
ci: only update draft release on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Jan 22, 2024
1 parent 98bc087 commit f815d89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Update Draft Release

on: push
on:
push:
branches: main

jobs:
draft-release:
Expand Down

0 comments on commit f815d89

Please sign in to comment.