Skip to content

Commit

Permalink
[CI] Don't trigger build on pull_request, on push already covers it
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Dec 27, 2023
1 parent e59a74b commit 42f8baa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ on:
- '**.md'
- '.github/**'
- '!.github/workflows/build.yml'
pull_request:
paths-ignore:
- '**.md'
- '.github/**'
- '!.github/workflows/build.yml'

permissions:
actions: none
Expand Down

0 comments on commit 42f8baa

Please sign in to comment.