Skip to content

Commit

Permalink
Run e2e on push to main and PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Feb 4, 2024
1 parent 2e00669 commit 951a404
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
description: 'Flux version'
required: false
default: 'latest'
push:
branches:
- 'main'
pull_request:
branches:
- 'main'

permissions:
contents: read
Expand Down

0 comments on commit 951a404

Please sign in to comment.