Skip to content

Commit

Permalink
Fix ci e2e (#28)
Browse files Browse the repository at this point in the history
* fix ci trigger for main

* fix ci trigger for main
  • Loading branch information
jmcgrath207 authored Oct 23, 2023
1 parent 0dfcf88 commit 91a8f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: ci
name: e2e

on:
push:
branches:
- main
- master

jobs:
e2e:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 91a8f20

Please sign in to comment.