Skip to content

Commit

Permalink
chore: run more checks on pushes to main (#4963)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch authored Jan 15, 2025
1 parent fb77459 commit 46f2d74
Show file tree
Hide file tree
Showing 6 changed files with 14 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
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 46f2d74

Please sign in to comment.