Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit de5fbea

Browse files
committed
Run workflows on each commit
1 parent 79abd65 commit de5fbea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Deploy Web App
22

33
on:
44
push:
5-
tags:
6-
- v*
5+
branches:
6+
- master
77

88
jobs:
99
build:

Diff for: .github/workflows/docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Build Docker Image
22

33
on:
44
push:
5-
tags:
6-
- v*
5+
branches:
6+
- master
77

88
env:
99
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)