Skip to content

Commit

Permalink
feat(workflows): run whenever a push is made to any branch, or a pull…
Browse files Browse the repository at this point in the history
… request is opened, updated, or reopened
  • Loading branch information
timohubois committed Jan 9, 2024
1 parent b2388e2 commit 5ffbc09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Commit Checks

on: [push]
on:
push:
pull_request:
types: [opened, synchronize, reopened]

jobs:
lint:
Expand Down

0 comments on commit 5ffbc09

Please sign in to comment.