Skip to content

Commit

Permalink
ci(fixes): remove ci run on pull request
Browse files Browse the repository at this point in the history
Running CI on pull request is not necessary, as
the main build is run as well.
  • Loading branch information
mpjk committed Jun 7, 2024
1 parent 73d135f commit ca10f95
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 @@ -4,8 +4,6 @@ on:
push:
branches:
- "**"
pull_request:
branches: [main]

jobs:
build:
Expand Down

0 comments on commit ca10f95

Please sign in to comment.