Skip to content

Commit 72100e5

Browse files
authored
Run CI on PR (#273)
1 parent e8d150a commit 72100e5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/formatter.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: clang-format
22

3-
on: push
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- master
48

59
jobs:
610
build:

.github/workflows/verify.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: verify
22

3-
on: push
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- master
48

59
jobs:
610
build:

0 commit comments

Comments
 (0)