Skip to content

Commit

Permalink
Run CI on pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Sep 7, 2023
1 parent 0f4e6bf commit 02292e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on: [push]
on:
pull_request:
push:
branches:
- "main"

jobs:
lint:
Expand Down

0 comments on commit 02292e3

Please sign in to comment.