Skip to content

Commit

Permalink
Update github repo package
Browse files Browse the repository at this point in the history
  • Loading branch information
underpostnet committed Oct 28, 2024
1 parent 075a919 commit 1feb4f3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pwa-microservices-template.test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: Test
on:
push:
branches: ['master']
pull_request:
branches: ['master']
on: [push]
jobs:
test:
if: github.repository == 'underpostnet/pwa-microservices-template-ghpkg'
if: (github.repository == 'underpostnet/pwa-microservices-template') || (github.repository == 'underpostnet/pwa-microservices-template-ghpkg')
name: Node ${{ matrix.node }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 1feb4f3

Please sign in to comment.