Skip to content

Commit

Permalink
limit workflow runs for PRs as well
Browse files Browse the repository at this point in the history
  • Loading branch information
richardso21 committed Apr 28, 2024
1 parent 52cffe8 commit 24f0909
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pyxel_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- 'main.py'
pull_request:
branches: ["main"]
paths:
- 'assets/**'
- 'ttris/**'
- 'main.py'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand Down

0 comments on commit 24f0909

Please sign in to comment.