move creator-hub to packages/@dcl #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Creator Hub Simple Test | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - main | |
| - experimental | |
| pull_request: | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Debug | |
| run: | | |
| echo "Creator Hub Simple workflow triggered!" | |
| echo "Event: ${{ github.event_name }}" | |
| echo "Ref: ${{ github.ref }}" | |
| echo "Branch: ${{ github.ref_name }}" | |
| ls -la packages/@dcl/creator-hub/ |