Skip to content

Commit

Permalink
add: path to e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit committed Jul 19, 2023
1 parent ad4c082 commit b2bae1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Gear Idea: e2e test'

on:
pull_request:
types: [synchronize, labeled]
types: [synchronize, labeled, opened]
branches: [main]
paths:
- idea/api-gateway/**
Expand All @@ -11,6 +11,7 @@ on:
- idea/frontend/**
- idea/test-balance/**
- idea/tests/**
- idea/meta-storage/**
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit b2bae1d

Please sign in to comment.