Skip to content

Commit

Permalink
feat(repo): run e2e tests on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandg7 committed Oct 20, 2020
1 parent 9cbe4e5 commit 8e27b15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Run e2e tests

on: [pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
run_e2e:
Expand Down

0 comments on commit 8e27b15

Please sign in to comment.