Skip to content

Commit

Permalink
Update gh action to accept events from docs repo
Browse files Browse the repository at this point in the history
  • Loading branch information
adambard committed Apr 6, 2024
1 parent 0b3e6d1 commit 33044de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Build site

on:
push:
branches: [ main, master, build-github-action ]
paths-ignore: 'build'
branches: [main, master]
repository_dispatch:
types: [doc-update]

jobs:
test:
Expand Down

0 comments on commit 33044de

Please sign in to comment.