Skip to content

Commit d9fb567

Browse files
committed
Allow workflows to run on all branches (testing purposes)
Signed-off-by: Harvester57 <[email protected]>
1 parent 83af7d0 commit d9fb567

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: CI-windows
55
on:
66
push:
77
branches:
8-
- 'main'
8+
- '*'
99
- 'releases/**'
1010
- '2.*'
1111
tags:

.github/workflows/tsan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: thread sanitizer
55
on:
66
push:
77
branches:
8-
- 'main'
8+
- '*'
99
- 'releases/**'
1010
- '2.*'
1111
tags:

.github/workflows/ubsan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: undefined behaviour sanitizers
55
on:
66
push:
77
branches:
8-
- 'main'
8+
- '*'
99
- 'releases/**'
1010
- '2.*'
1111
tags:

0 commit comments

Comments
 (0)