Skip to content

Commit

Permalink
chore(ci): only run on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored Apr 1, 2021
1 parent a3eb393 commit 592aa9b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: CI
on:
- push
- pull_request
pull_request:
push:
branches:
- master

jobs:
Test:
Expand Down

0 comments on commit 592aa9b

Please sign in to comment.