Skip to content

Commit

Permalink
chore: run CI on every pull request and push
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-chernicki committed Jan 5, 2024
1 parent 14d31f8 commit 94c6d37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Continuous Integration

on:
pull_request:
branches: ['*']
on: ['push', 'pull_request']

env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
Expand Down

0 comments on commit 94c6d37

Please sign in to comment.