Skip to content

Commit

Permalink
Add run workflow on PR
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Dec 6, 2023
1 parent 8049358 commit f678dae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
name: pre-commit

on: push
on:
pull_request:
push:
branches: [humble]


concurrency:
group: ci-${{github.workflow}}-${{ github.ref }}
Expand Down

0 comments on commit f678dae

Please sign in to comment.