Skip to content

Commit

Permalink
fix: test action branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Tardo committed Apr 12, 2024
1 parent e2bc946 commit 76aa78a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: test

on:
pull_request:
branches:
- main
push:
branches:
- devel
- stable
- main
workflow_dispatch:
inputs:
pytest_addopts:
Expand Down Expand Up @@ -53,7 +54,7 @@ jobs:
# Shared steps
- uses: actions/checkout@v4
with:
fetch-depth: 0Fetch all history for all tags and branches
fetch-depth: 0 # Fetch all history for all tags and branches
- name: Install python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 76aa78a

Please sign in to comment.