Skip to content

Commit

Permalink
workflows: run CI on master or pull request only
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Aug 25, 2020
1 parent f05adb4 commit bd8f198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous Integration
on:
push:
branches:
- '**'
- master
pull_request:

jobs:
Expand Down

0 comments on commit bd8f198

Please sign in to comment.