Skip to content

Commit 0de5133

Browse files
authored
Merge pull request #258 from padelsbach/wp_python3_libhashkit_yaml
Prevent python3-ntp and libhashkit workflows from running on every push
2 parents 6cfe601 + 0056338 commit 0de5133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/libhashkit2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: libhashkit2 Tests
33
# START OF COMMON SECTION
44
on:
55
push:
6-
branches: [ '*' ] #'master', 'main', 'release/**' ]
6+
branches: [ 'master', 'main', 'release/**' ]
77
pull_request:
88
branches: [ '*' ]
99

.github/workflows/python3-ntp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: python3-ntp Tests
33
# START OF COMMON SECTION
44
on:
55
push:
6-
branches: [ '*' ] #'master', 'main', 'release/**' ]
6+
branches: [ 'master', 'main', 'release/**' ]
77
pull_request:
88
branches: [ '*' ]
99

0 commit comments

Comments
 (0)