Skip to content

Commit

Permalink
Remove gui
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyzlj committed Jun 12, 2024
1 parent 7e3af8f commit 20f22f5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/Build_on_Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ on:
- dev
paths-ignore:
- 'data'
- 'gui'
- 'knowledge'
pull_request:
branches:
- dev
paths-ignore:
- 'data'
- 'gui'
- 'knowledge'
workflow_dispatch:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/Build_on_Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ on:
- dev
paths-ignore:
- 'data'
- 'gui'
- 'knowledge'
pull_request:
branches:
- dev
paths-ignore:
- 'data'
- 'gui'
- 'knowledge'
workflow_dispatch:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/Build_on_macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ on:
- dev
paths-ignore:
- 'data'
- 'gui'
- 'knowledge'
pull_request:
branches:
- dev
paths-ignore:
- 'data'
- 'gui'
- 'knowledge'
workflow_dispatch:

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/deploy_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ on:
- dev
paths-ignore:
- 'data'
- 'gui'
- 'knowledge'
pull_request:
branches:
- dev
paths-ignore:
- 'data'
- 'gui'
- 'knowledge'

# Defines custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
Expand Down Expand Up @@ -85,7 +83,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./docker/Dockerfile
file: ./docker/Dockerfile.TauDEMext
push: true
platforms: linux/amd64,linux/arm64
tags: |
Expand Down

0 comments on commit 20f22f5

Please sign in to comment.