Skip to content

Commit

Permalink
Update triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-narozniak committed Sep 20, 2023
1 parent 3644c59 commit f05112b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
push:
branches:
- main
paths:
- "src/py/**"
paths-ignore:
- "datasets/**"
pull_request:
branches:
- main
paths:
- "src/py/**"
paths-ignore:
- "datasets/**"

env:
FLWR_TELEMETRY_ENABLED: 0
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
push:
branches:
- main
paths:
- "src/py/**"
paths-ignore:
- "datasets/**"
pull_request:
branches:
- main
paths:
- "src/py/**"
paths-ignore:
- "datasets/**"

env:
FLWR_TELEMETRY_ENABLED: 0
Expand Down

0 comments on commit f05112b

Please sign in to comment.