Skip to content

Commit

Permalink
only trigger action on unknown_errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SpEcHiDe committed Jan 2, 2024
1 parent b9d1b4c commit fb3f79a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build DOCs
on: [workflow_dispatch, push]
on:
push:
branches:
- 'unknown_errors'
jobs:
build:
name: build-doc
Expand Down

0 comments on commit fb3f79a

Please sign in to comment.