Skip to content

Commit 824aeee

Browse files
authored
Merge pull request #40 from xcp-ng/ci-fix
ci: run tests on PRs
2 parents 14eb61e + ffcdd82 commit 824aeee

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/format.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Check coding style
22

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

59
jobs:
610
pycodestyle:

.github/workflows/main.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Test build env
22

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

59
jobs:
610
test:

0 commit comments

Comments
 (0)