Skip to content

Commit

Permalink
Avoid running the release workflow when it is not appropriate (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid authored Dec 3, 2024
1 parent 1902b28 commit 6e1b4ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Pull Request

on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
merge_group:
pull_request:

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Releases

on: # yamllint disable-line rule:truthy
push:
branches: main
tags: '*'

jobs:
Expand Down

0 comments on commit 6e1b4ca

Please sign in to comment.