Skip to content

Commit e779944

Browse files
authored
Fix the CI/CD trigger to be pull-request (#185)
1 parent 27e50c8 commit e779944

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Test, Build, and Publish
22

3-
on: [push]
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
tags: [ "v*" ]
7+
pull_request:
8+
branches: [ "main" ]
49

510
env:
611
python-version: "3.11.2"

0 commit comments

Comments
 (0)