Skip to content

Commit 1faba41

Browse files
authored
chore: run build on PRs and on pushes to main separately (#9)
1 parent 97f941f commit 1faba41

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/python.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55

66
name: phrasetms_client Python package
77

8-
on: [push, pull_request]
8+
on:
9+
push:
10+
branches: [ main ]
11+
pull_request:
12+
branches: [ main ]
913

1014
jobs:
1115
build:

0 commit comments

Comments
 (0)