Skip to content

Commit

Permalink
Enable CI on fork PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti committed Apr 20, 2024
1 parent 861e588 commit ac91eec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

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

jobs:
lint:
Expand Down

0 comments on commit ac91eec

Please sign in to comment.