Skip to content

Commit 4b57c84

Browse files
authored
github-actions: build on PRs (#2)
1 parent dcca00a commit 4b57c84

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/tox.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Tox testing
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
tags:
8+
- '*'
9+
pull_request:
10+
branches:
11+
- master
412

513
jobs:
614
build:

0 commit comments

Comments
 (0)