Skip to content

Commit

Permalink
fix: run only on main
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed May 15, 2024
1 parent d3f4ca8 commit 16b09a9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release Update
name: Release

on: push
on:
push:
branches:
- main

jobs:
test-gh:
Expand Down

0 comments on commit 16b09a9

Please sign in to comment.