Skip to content

Commit

Permalink
fix(main.yml): remove pull_request trigger from GitHub Actions workfl…
Browse files Browse the repository at this point in the history
…ow to prevent unnecessary runs on pull requests to main branch
  • Loading branch information
MrHinsh committed Jul 17, 2024
1 parent 0136b77 commit f56dd84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:
branches: ["**"]
tags-ignore: ["v*-*"]

pull_request:
branches: [ "main" ]
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit f56dd84

Please sign in to comment.