Skip to content

Commit

Permalink
Enable Action to run on-demand
Browse files Browse the repository at this point in the history
  • Loading branch information
mjulian committed Nov 20, 2024
1 parent a0faeda commit 8613afe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: PR Checks
on: pull_request
on:
push:
branches: [ main ]
workflow_dispatch:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
run-linters:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8613afe

Please sign in to comment.