Skip to content

Commit

Permalink
Fix to CI (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimberman authored Feb 1, 2022
1 parent 6d788bd commit 4239667
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build and test astro
on: [pull_request]
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
Pre-Commit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4239667

Please sign in to comment.