Skip to content

Commit

Permalink
Add more triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Mar 4, 2024
1 parent 3291f50 commit e89ad32
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@
name: aihub

on:
push:
branches:
- main
tags:
- v*
pull_request:
branches:
- main
workflow_dispatch:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit e89ad32

Please sign in to comment.