Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Jul 2, 2024
1 parent cb12bae commit be76a15
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ on:
- '**.py'
- 'index.yml'

pull_request:
branches:
- main
paths:
- '.github/workflows/build.yml'
- '**.py'
- 'index.yml'

permissions:
contents: write

Expand Down Expand Up @@ -48,3 +56,4 @@ jobs:
git-config-email: 41898282+github-actions[bot]@users.noreply.github.com
folder: build
single-commit: true
if: github.event_name != 'pull_request'

0 comments on commit be76a15

Please sign in to comment.