Skip to content

Commit

Permalink
ci: Run CI when PR send to 'main' branch
Browse files Browse the repository at this point in the history
ful1e5 committed Nov 13, 2023
1 parent 0800749 commit 9f4514c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -2,6 +2,14 @@ name: CI

on:
push:
paths-ignore:
- README.md
- LICENSE

pull_request:
paths-ignore:
- README.md
- LICENSE
branches:
- main

0 comments on commit 9f4514c

Please sign in to comment.