Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
FIX: Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
claussmann committed Jan 26, 2024
1 parent e95d82b commit 0ac8a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ name: Python Tests (Pytest)

on:
push:
branches: [ "testing" ]
pull_request:
branches: [ "production" ]
branches: [ "*" ]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Verify that docker image can be produced.

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

jobs:
build:
Expand Down

0 comments on commit 0ac8a67

Please sign in to comment.