Skip to content

Commit

Permalink
run github actions on all branches, not just main
Browse files Browse the repository at this point in the history
  • Loading branch information
uakci committed Sep 5, 2023
1 parent 9031709 commit 12c3892
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Check types and formatting
on:
pull_request: {}
push:
branches: [main]
on: [push, pull_request]
jobs:
check:
name: Check types and formatting
Expand Down

0 comments on commit 12c3892

Please sign in to comment.