Skip to content

Commit

Permalink
run workflows on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer authored Jul 12, 2023
1 parent b898bea commit ad40e53
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
paths-ignore:
- .gitignore
- CLA.md
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
paths-ignore:
- .gitignore
- CLA.md
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
paths-ignore:
- .gitignore
- CLA.md
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
- 'hacl-star-**'
pull_request:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
- 'hacl-star-**'
paths-ignore:
- .gitignore
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
- 'hacl-star-**'
paths-ignore:
- .gitignore
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sanitizer_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
pull_request:
paths-ignore:
- .gitignore
Expand Down

0 comments on commit ad40e53

Please sign in to comment.