Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Wait until a PR is opened before running release
Browse files Browse the repository at this point in the history
Otherwise the canary version isn't added to the PR description
  • Loading branch information
IanVS committed Aug 23, 2023
1 parent 11fbb5f commit 3f98543
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Release

on: [push]
on:
pull_request:
push:
branches:
- main

jobs:
release:
Expand Down

0 comments on commit 3f98543

Please sign in to comment.