Skip to content

Commit

Permalink
Add any branch to trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoabt committed Dec 4, 2024
1 parent 162f014 commit c890e70
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Python Unittest on Pull Request

on: [push, pull_request]
on:
push:
branches:
- '**' # Trigger on any branch push
pull_request:
branches:
- '**' # Trigger on any pull request

jobs:
test:
Expand Down

0 comments on commit c890e70

Please sign in to comment.