Skip to content

Commit 24b5615

Browse files
authored
Merge pull request #53 from scality/feature/test-on-all-branches
Trigger tests on all branches
2 parents a1c4235 + db939bd commit 24b5615

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
name: basic tests
22

3-
on:
4-
push:
5-
branches:
6-
- 'user/**'
7-
- 'feature/**'
8-
- 'improvement/**'
9-
- 'bugfix/**'
10-
- 'w/**'
11-
- 'q/**'
12-
- 'dependabot/**'
3+
on: push
134

145
jobs:
156
publish:

0 commit comments

Comments
 (0)