Skip to content

Commit

Permalink
touch up workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
domire8 committed Oct 22, 2024
1 parent cb3f4f6 commit e93cf60
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build and Test

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
test:
Expand All @@ -15,9 +18,10 @@ jobs:
run: |
docker build -f aica-package.toml --target test .
build:
build-push:
if: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest
name: Build
name: Build and push
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit e93cf60

Please sign in to comment.