Skip to content

Commit

Permalink
Revert "Run CI github actions on 'push' event instead of just PR or p…
Browse files Browse the repository at this point in the history
…ushes to master/dev."

This reverts commit 1ef7e47.
  • Loading branch information
tmilar committed Mar 31, 2020
1 parent 1ef7e47 commit 1c13548
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: CI

on:
push
push:
branches:
- master
- development
pull_request:
branches:
- "*"

jobs:
lint:
Expand Down

0 comments on commit 1c13548

Please sign in to comment.