Skip to content

Commit

Permalink
just build embed action
Browse files Browse the repository at this point in the history
  • Loading branch information
Arslan-Siraj committed Nov 26, 2024
1 parent 2d4341f commit a1e44da
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 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:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Pylint

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

jobs:
build:
Expand Down
2 changes: 2 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,7 @@
name: Test streamlit executable for Windows with embeddable python
on:
push:
branches: [ "main" ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit a1e44da

Please sign in to comment.