Skip to content

Commit

Permalink
update workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
MJedr committed Oct 2, 2023
1 parent 74c0521 commit 7fe1d83
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Pull request

on:
pull_request:
branches:
- main
jobs:
test:
uses: ./.github/workflows/tests.yaml
with:
directory: ${{ matrix.directory }}
strategy:
matrix:
directory:
- matomo-api
- Library-Notification-Service
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Push main

on:
push:
Expand All @@ -16,6 +16,7 @@ jobs:
- matomo-api
- Library-Notification-Service
release:
needs: test
uses: ./.github/workflows/release.yaml
with:
directory: ${{ matrix.directory }}
Expand Down

0 comments on commit 7fe1d83

Please sign in to comment.