Skip to content

Commit 343af7a

Browse files
fix(testing): check the changes when made in branches scope
Signed-off-by: Ahmed Al-Nassif <mr.ahmed.nassif@gmail.com>
1 parent 01030da commit 343af7a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

4-
name: Tests
4+
name: Testing
55

66
on:
77
push:
8+
branches: [main, dev]
89
pull_request:
10+
branches: [main, dev]
911
workflow_dispatch: # Added manual trigger
1012
inputs:
1113
reason:

0 commit comments

Comments
 (0)