Skip to content

Commit

Permalink
Add push event for fetch content job
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed May 9, 2024
1 parent 3d2a0c5 commit 98f2f82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ai-assistant-fetch-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
type: boolean
description: Purge all content
default: false
push: # FIXME: Remove
branches:
- ai-docs-follow-up

env:
git-user: github-actions[bot]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ai-assistant-reconfigure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '*'
branches:
- main
- ai-docs-follow-up
- ai-docs-follow-up # FIXME: remove

env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit 98f2f82

Please sign in to comment.