Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JesuisTong committed Jul 30, 2024
1 parent a10d82c commit 1dc6621
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: "publish"

on: push
# pull_request:
# types:
# - opened
# branches:
# - 'main'
# - 'releases/**'
# paths:
# - '**.rs'
on:
pull_request:
types:
- opened
branches:
- 'main'
- 'releases/**'
paths:
- '**.rs'

jobs:
create-release:
Expand Down

0 comments on commit 1dc6621

Please sign in to comment.