8000 chore: Fix workflow duplication (#261) · jrmfg/functions-framework-python@3bed433 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3bed433

Browse files
author
Kenneth Rosario
authored
chore: Fix workflow duplication (GoogleCloudPlatform#261)
1 parent 854509a commit 3bed433

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Python Lint CI
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
37
permissions:
48
contents: read
59

.github/workflows/unit.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Python Unit CI
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
37
permissions:
48
contents: read
59

0 commit comments

Comments
 (0)
0