Skip to content

Commit

Permalink
build and push on main
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina Bernick committed Jun 5, 2024
1 parent 066a66f commit 4bda0ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Build and push docker image

on:
push
push:
branches:
- main

jobs:
build-and-push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Platformics CI
name: Build and test

on:
push
Expand All @@ -11,7 +11,7 @@ jobs:
with:
access_token: ${{ github.token }}
build-and-test:
name: build and test
name: pytest
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 4bda0ba

Please sign in to comment.