Skip to content

Commit

Permalink
also allow the main build to be manually triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Jan 25, 2024
1 parent c6d80ee commit 84ae09b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- "main"

workflow_dispatch:

jobs:
build-axolotl:
if: ${{ ! contains(github.event.commits[0].message, '[skip docker]]') && github.repository_owner == 'OpenAccess-AI-Collective' }}
Expand Down

0 comments on commit 84ae09b

Please sign in to comment.