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

Commit a047965

Browse files
authored
Merge pull request #10 from lmilbaum/refactoring
Refactor GitHub Action workflows
2 parents 29e77a4 + 962b81e commit a047965

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-and-push-image.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
name: publish-image
1+
name: Build and Push Image
22

33
on:
4+
pull_request:
5+
branches:
6+
- main
7+
48
push:
59
branches:
610
- main
711

812
schedule:
913
- cron: "35 */4 * * *"
1014

11-
pull_request:
12-
branches:
13-
- main
14-
1515
workflow_dispatch:
1616

1717
env:

0 commit comments

Comments
 (0)