Skip to content

Commit

Permalink
update docker pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
seekersoftec committed Aug 3, 2024
1 parent ee08324 commit 30a55fc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: Docker Pipeline

# on:
# workflow_dispatch:
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
docker:
Expand Down

0 comments on commit 30a55fc

Please sign in to comment.