Skip to content

Commit

Permalink
chore: run more checks on pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch committed Dec 9, 2024
1 parent aaae641 commit 37d2246
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_freebsd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: FreeBSD

on:
push:
branches: [main]
pull_request:
branches: [main]
merge_group:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_linting.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: Linters
on:
push:
branches: [main]
pull_request:
branches: [main]
merge_group:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_openbsd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: OpenBSD

on:
push:
branches: [main]
pull_request:
branches: [main]
merge_group:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: Rust Bindings

on:
push:
branches: [main]
pull_request:
branches: [main]
merge_group:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gha_osx_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: macOS build and test S2n

on:
push:
branches: [main]
pull_request:
branches: [main]
merge_group:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/regression_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
name: Performance Regression Test

on:
push:
branches: [main]
pull_request:
branches:
- main
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/seccomp.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: seccomp
on:
push:
branches: [main]
pull_request:
branches: [main]
merge_group:
Expand All @@ -20,10 +22,10 @@ jobs:
sudo apt install libseccomp-dev
# For aws-lc
sudo apt install clang golang
- name: checkout s2n-tls
uses: actions/checkout@v4

- name: checkout aws-lc
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 37d2246

Please sign in to comment.