Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from lmilbaum/refactoring
Browse files Browse the repository at this point in the history
Refactor GitHub Action workflows
  • Loading branch information
vrothberg authored Nov 23, 2023
2 parents 29e77a4 + 962b81e commit a047965
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: publish-image
name: Build and Push Image

on:
pull_request:
branches:
- main

push:
branches:
- main

schedule:
- cron: "35 */4 * * *"

pull_request:
branches:
- main

workflow_dispatch:

env:
Expand Down

0 comments on commit a047965

Please sign in to comment.