Skip to content

Commit

Permalink
chore: only run docker build on template repo (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur Zapparoli <[email protected]>
  • Loading branch information
arthurgeek and arthurgeek authored Jul 13, 2023
1 parent 2fc65aa commit 6dcf3c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:

jobs:
build-push:
if: github.repository == 'arthurgeek/vaultwarden-fly-template'
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 6dcf3c9

Please sign in to comment.