Skip to content

Commit 9079393

Browse files
committed
build: run tests for all pushes, so we can see build status in any pull request and not only for those to main or develop
1 parent 62d756c commit 9079393

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Build & Test
22

3-
on:
4-
push:
5-
branches: [master, develop]
6-
pull_request:
7-
branches: [master, develop]
3+
on: [push]
84

95
jobs:
106
lint:

0 commit comments

Comments
 (0)