We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e02d6 commit dc386d1Copy full SHA for dc386d1
.github/workflows/test-wallet-playwright.yaml
@@ -4,8 +4,8 @@ on:
4
workflow_dispatch:
5
push:
6
paths:
7
- - 'e2e/specs/wallets/**'
8
- - '.github/workflows/test-wallet-playwright.yaml'
+ #all files
+ - '**'
9
10
env:
11
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
0 commit comments