Skip to content

Commit

Permalink
fix triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs committed Oct 25, 2023
1 parent 266eba7 commit 41064f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI/CD

on: [push, pull_request, workflow_dispatch]
on:
push:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'

env:
DOCKER_BUILDKIT: 1
Expand Down

0 comments on commit 41064f0

Please sign in to comment.