Skip to content

Commit

Permalink
github actions: change event name
Browse files Browse the repository at this point in the history
  • Loading branch information
alextrastero committed Sep 10, 2020
1 parent dc33f99 commit 2d189f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Test

on: [push]
# Trigger the workflow on push or pull request
on: [push, pull_request]

jobs:
test:
Expand Down

0 comments on commit 2d189f6

Please sign in to comment.