Skip to content

Commit

Permalink
Make CI run on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Feb 29, 2024
1 parent 6572a09 commit eb8df16
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: CI

on:
push:
branches:
- '**'
- '!main'
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit eb8df16

Please sign in to comment.