Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian committed Mar 21, 2024
1 parent 2186ac3 commit 61d72c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests and builds app

on:
push:
branches: [main]
branches: ["feat/secret"]
pull_request:
branches: [main]
branches: ["feat/secret"]

jobs:
build:
Expand All @@ -30,4 +30,4 @@ jobs:
with:
push: true
tags: |
ratisbonacoding/website:latest
ratisbonacoding/website:secret

0 comments on commit 61d72c3

Please sign in to comment.