Skip to content

Commit 943f1e3

Browse files
committed
Refactor workflow triggers to streamline event handling
1 parent 36a887d commit 943f1e3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Test Builds
22

3-
on:
4-
workflow_dispatch:
3+
push:
4+
branches: [main]
5+
pull_request:
6+
workflow_dispatch:
57

68
jobs:
79
release-build:
@@ -17,4 +19,3 @@ jobs:
1719
python3 -m venv .venv
1820
source .venv/bin/activate
1921
pip install -e ".[dev]"
20-

0 commit comments

Comments
 (0)