Skip to content

Commit 2c331d7

Browse files
alehechkapeterjgrainger
authored andcommitted
refactor test-run.yml
1 parent 3be2680 commit 2c331d7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test-run.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: 'Test Run'
22
on:
3-
push:
4-
branches:
5-
- '!master'
3+
- push
64

75
jobs:
8-
check_pr:
6+
test_run:
97
runs-on: ubuntu-latest
108
steps:
119
- uses: alehechka/action-create-branch@feature/output-create-status

0 commit comments

Comments
 (0)