Skip to content

Commit

Permalink
Enable CI for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Mar 1, 2024
1 parent e9ca544 commit 75fe84d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
@@ -1,5 +1,9 @@
name: CI
on: push
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 75fe84d

Please sign in to comment.