Skip to content

Commit

Permalink
fix(docs): cancelled builds on main (immich-app#13499)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 authored Oct 16, 2024
1 parent a17d34b commit 426008b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- 'docs/**'
- name: Check if we should force jobs to run
id: should_force
run: echo "should_force=${{ github.event_name == 'release' }}" >> "$GITHUB_OUTPUT"
run: echo "should_force=${{ github.event_name == 'release' || github.ref_name == 'main' }}" >> "$GITHUB_OUTPUT"

build:
name: Docs Build
Expand Down

0 comments on commit 426008b

Please sign in to comment.