Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Update push-master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mc2eqe authored Nov 7, 2023
1 parent c89b4ef commit dc2de8c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Main
on:
workflow_dispatch:
# push:
# branches:
# - main
push:
branches:
- main

jobs:
master:
Expand All @@ -29,9 +28,8 @@ jobs:
GH_RELEASE_GITHUB_API_TOKEN: ${{ secrets.GIT_USER_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn install
# yarn install --immutable | grep -v 'YN0013'
# yarn ${{ matrix.step }}
yarn install --immutable | grep -v 'YN0013'
yarn ${{ matrix.step }}
dummy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dc2de8c

Please sign in to comment.