Skip to content

Commit

Permalink
test(cicd): Remove branches filter
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Dimitrov <[email protected]>
  • Loading branch information
dimitrovmaksim committed Aug 7, 2023
1 parent e12ff1e commit 170d93e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
- cron: '0 0 * * *'
workflow_dispatch:
push:
branches: [ develop ]
paths:
- 'tests/**'
- '.github/workflows/main.yaml'
pull_reques:
branches: [ develop ]
paths:
- 'tests/**'
- '.github/workflows/main.yaml'
Expand Down

0 comments on commit 170d93e

Please sign in to comment.