Skip to content

Commit

Permalink
update cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander14121 committed Aug 8, 2024
1 parent 7d6d152 commit ebb00c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: CD

on:
push:
branches:
# repository_dispatch:
# types: [trigger-cd]
repository_dispatch:
types: [trigger-cd]

env:
REGISTRY: ghcr.io
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CI
on:
pull_request:
push:
branches: [main]

jobs:
build:
Expand Down

0 comments on commit ebb00c6

Please sign in to comment.