Skip to content

Commit

Permalink
add dev as trigger branch for gh acitons (#2859)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Jun 19, 2024
1 parent 779d56a commit 781104f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate-build-analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches:
- main
- dev
paths-ignore: [ '**.md' ]
pull_request:
branches:
- main
- dev
paths-ignore: [ '**.md' ]

env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/validate-build-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches:
- main
- dev
paths-ignore: [ '**.md' ]
pull_request:
branches:
- main
- dev
paths-ignore: [ '**.md' ]

env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/validate-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches:
- main
- dev
paths-ignore: [ '**.md' ]
pull_request:
branches:
- main
- dev
paths-ignore: [ '**.md' ]

env:
Expand Down

0 comments on commit 781104f

Please sign in to comment.