Skip to content

Commit

Permalink
fix test trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
nmichlo committed Jul 1, 2024
1 parent de7bfe1 commit c820962
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@

name: test

on:
push:
branches: [ "main", "dev*", "feature*", "fix*"]
tags: [ '*' ]
pull_request:
branches: [ "main", "dev*", "feature*", "fix*"]
on: [pull_request, push]

jobs:
test:
Expand Down

0 comments on commit c820962

Please sign in to comment.