Skip to content

Commit

Permalink
ci: trigger on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinnot committed Nov 8, 2019
1 parent 2bd9fb1 commit e4baa59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yaml
@@ -1,6 +1,8 @@
name: Continuous Integration

on: push
on:
- pull_request
- push

jobs:
format:
Expand Down

0 comments on commit e4baa59

Please sign in to comment.