Skip to content

Commit 2099064

Browse files
committed
revert back to original build setup
Signed-off-by: André Pedersen <andrped94@gmail.com>
1 parent 2086b33 commit 2099064

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Python
22

33
on:
44
push:
5-
branches: "*"
6-
tags: "*"
5+
branches: [main]
6+
tags: ["*"]
77
pull_request:
8-
branches: "*"
8+
branches: [main]
99

1010
permissions:
1111
contents: read

0 commit comments

Comments
 (0)