Skip to content

Commit

Permalink
github actions refreshed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 24, 2022
1 parent 32023f1 commit ec24c35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: codecov
"on":
on:
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- master
jobs:
maven-build:
mvn:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pdd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: pdd
"on":
on:
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xcop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: xcop
"on":
on:
push:
branches:
- master
Expand Down

0 comments on commit ec24c35

Please sign in to comment.