Skip to content

Commit

Permalink
finalizing triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
jemeza committed Sep 15, 2023
1 parent 90c833e commit eeef933
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/end2end-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
name: End to end test(Headful)
permissions: read-all

on: push
on:
push:
paths:
- 'packages/boba/gateway/**/*'
- '.github/workflows/end2end-test.yml'
pull_requests:
paths:
- 'packages/boba/gateway/**/*'
- '.github/workflows/end2end-test.yml'

jobs:
End-to-End-Test:
Expand Down

0 comments on commit eeef933

Please sign in to comment.