Skip to content

Commit

Permalink
ci: added paths-ignore to e2e-wasm (#6340)
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed May 21, 2024
1 parent 56ae97d commit 7e70179
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e-wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ on:
- synchronize
# trigger workflow if PR is marked ready for review.
- ready_for_review

paths-ignore:
- 'docs/**'
- '**.md'
- 'LICENSE'

jobs:
# determine-image-tag will either output the PR number e.g. pr-1234 or the string main.
Expand Down

0 comments on commit 7e70179

Please sign in to comment.