Skip to content

Commit c2539bc

Browse files
committed
Disable no warning workflow
1 parent 355352d commit c2539bc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/warnings.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: No warnings
22

3-
on:
4-
push:
5-
branches: [ "*" ]
6-
pull_request:
7-
branches: [ "*" ]
3+
on: workflow_dispatch
4+
# push:
5+
# branches: [ "*" ]
6+
# pull_request:
7+
# branches: [ "*" ]
88

99
env:
1010
BUILD_TYPE: Release

0 commit comments

Comments
 (0)