Skip to content

Commit

Permalink
only on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus authored Aug 18, 2024
1 parent d259d1f commit c070e32
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/resize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ on:
pull_request:
paths:
- "templates/img/**"
push:
paths:
- "templates/img/**"
branches-ignore:
- "master"

jobs:
Resize-images:
Expand All @@ -17,6 +12,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}

- name: Resize images
Expand Down

0 comments on commit c070e32

Please sign in to comment.