Skip to content

Commit

Permalink
feat: ensure only update release page at main
Browse files Browse the repository at this point in the history
  • Loading branch information
baka-gourd authored Jul 23, 2024
1 parent 52088e1 commit 6bae7cd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: [push]
on:
push:
branches:
- main

jobs:
publish:
Expand Down Expand Up @@ -46,4 +49,4 @@ jobs:
# Optional: Change the working directory
workingDirectory: ./
# Optional: Change the Wrangler version, allows you to point to a specific version or a tag such as `beta`
wranglerVersion: '3'
wranglerVersion: '3'

0 comments on commit 6bae7cd

Please sign in to comment.