Skip to content

Commit

Permalink
fix:[close #183] Restrict differ to dev branch only
Browse files Browse the repository at this point in the history
Add branches definition to differ workflow

Change container ref to match branch name
  • Loading branch information
jardon committed Sep 4, 2024
1 parent 0c9dc76 commit 2b756e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/differ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ name: Differ
on:
workflow_run:
workflows: [Vib Build]
branches: [dev]
types:
- completed

jobs:
differ:
runs-on: ubuntu-latest
container:
image: ghcr.io/vanilla-os/desktop:main
image: ghcr.io/vanilla-os/desktop:${{ github.ref_name }}
if: github.repository == 'vanilla-os/desktop-image'

steps:
Expand Down

0 comments on commit 2b756e1

Please sign in to comment.