Skip to content

Commit

Permalink
Workflow using API
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Feb 6, 2024
1 parent 5eadf05 commit d60126f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Docker Image CI

on:
schedule:
- cron: '00 04 * * Sat'
push:
branches: [ master ]
workflow_dispatch:
repository_dispatch:
types: [docker-build]

jobs:
docker:
Expand Down

0 comments on commit d60126f

Please sign in to comment.