Skip to content

Commit

Permalink
Improve CI triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
frigus02 committed Dec 29, 2020
1 parent 302a422 commit 4df8483
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
@@ -1,4 +1,8 @@
on: [push, pull_request]
on:
push:
branches: [main]
pull_request:
branches: [main]

name: CI

Expand Down

0 comments on commit 4df8483

Please sign in to comment.