Skip to content

Commit

Permalink
Merge pull request #8 from JoFrhwld/4-testing-needed
Browse files Browse the repository at this point in the history
trigger workflow?
  • Loading branch information
JoFrhwld authored Nov 12, 2023
2 parents ac75555 + 0f4e6b5 commit 260c86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Python CI

on:
push:
branches: [ $default-branch, "dev", "workflows" ]
branches: [ $default-branch, "main", "dev", "workflows" ]
pull_request:
branches: [ $default-branch, "dev", "feature/**" ]
branches: [ $default-branch, "main", "dev", "feature/**" ]

jobs:
lint-and-test:
Expand Down

0 comments on commit 260c86c

Please sign in to comment.