Skip to content

Commit f865d35

Browse files
author
Zach Moody
authored
Merge pull request #320 from digitalocean/fix-gh-actions
Rename workflows and expand testing events to include merges
2 parents 7d93576 + c571b07 commit f865d35

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/workflows/py2pr.yml renamed to .github/workflows/py2.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
name: PR Test
1+
name: Py2 Test
22

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

59
jobs:
610
build:

.github/workflows/py3pr.yml renamed to .github/workflows/py3.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
name: PR Test
1+
name: Py3 Test
22

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

59
jobs:
610
build:

0 commit comments

Comments
 (0)