Skip to content

Commit

Permalink
chore: Update workflows to use workflow_dispatch event
Browse files Browse the repository at this point in the history
  • Loading branch information
ttizze committed Jul 28, 2024
1 parent f9fc79a commit edae218
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/create-release-note.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,8 @@ name: Create Release Note
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
branches:
- main

permissions:
contents: read
workflow_dispatch:

jobs:
release:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/sync-labels.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Sync Labels
on:
workflow_dispatch:
push:
branches: [main]

jobs:
sync-labels:
Expand Down

0 comments on commit edae218

Please sign in to comment.