Skip to content

Commit

Permalink
Trigger new workflows on push so github webUI is happy
Browse files Browse the repository at this point in the history
  • Loading branch information
exelix11 committed Sep 9, 2023
1 parent 5ea2e52 commit 6cf494b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client-android.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: SysDVR-Client android

on:
push:
branches: [ "6.0" ]
#push:
# branches: [ "6.0" ]
workflow_dispatch:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/client-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ name: SysDVR-Client

on:
workflow_dispatch:
push:
branches: [ "6.0" ]

# push:
# branches: [ master ]
# paths:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/client-windows-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: SysDVR-Client Windows x64

on:
workflow_dispatch:
# push:
push:
branches: [ "6.0" ]
#push:
# branches: [ master ]
# paths:
# - Client/**
Expand Down

0 comments on commit 6cf494b

Please sign in to comment.