Skip to content

Commit

Permalink
workflow dispatch temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Arslan-Siraj committed Nov 22, 2024
1 parent 3a7a214 commit bf9d604
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 16 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Docker Image CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
#push:
# branches: [ "main" ]
#pull_request:
# branches: [ "main" ]
workflow_dispatch:

jobs:

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build executable for Windows
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
#push:
# branches: [ "main" ]
#pull_request:
# branches: [ "main" ]
workflow_dispatch:
env:
OPENMS_VERSION: 3.2.0
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Pylint

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
#push:
# branches: [ "main" ]
#pull_request:
# branches: [ "main" ]
workflow_dispatch:


jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-win-exe-w-embed-py.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Test streamlit executable for Windows with embeddable python
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/workflow-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Test workflow functions

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
#push:
# branches: [ "main" ]
#pull_request:
# branches: [ "main" ]
workflow_dispatch:


jobs:
build:
Expand Down

0 comments on commit bf9d604

Please sign in to comment.