Skip to content

Commit 8eded58

Browse files
committed
chore: Run GitHub Actions workflows on other branches too
1 parent 2fb3582 commit 8eded58

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/clang-format.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: test-clang-format
22

3-
on:
4-
pull_request:
5-
branches:
6-
- master
3+
on: ["pull_request", "push"]
74

85
jobs:
96
build:

.github/workflows/osx.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
name: macOS build and test AWS Encryption SDK for C
33

4-
on:
5-
pull_request:
6-
branches:
7-
- master
4+
on: ["pull_request", "push"]
85

96

107
jobs:

0 commit comments

Comments
 (0)