Skip to content

Commit 717d37a

Browse files
authored
Update python-test.yml to remove dev branch from push rules
1 parent c2cc66f commit 717d37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Flask-Parameter-Validation Unit Tests
55

66
on:
77
push:
8-
branches: [ "master", "dev/steichman/python3.13"]
8+
branches: [ "master"]
99
pull_request:
1010
branches: [ "master" ]
1111

0 commit comments

Comments
 (0)