chore: prepare source snapshot for saas development #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: Source snapshot | |
| on: | |
| push: | |
| branches: | |
| - feat/saas-tenants-subscriptions-routing | |
| permissions: | |
| contents: read | |
| jobs: | |
| snapshot: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out repository | |
| uses: actions/checkout@v4 | |
| - name: Upload source snapshot | |
| uses: actions/upload-artifact@v4 | |
| with: | |
| name: shortlink-source-${{ github.sha }} | |
| path: . | |
| include-hidden-files: true | |
| retention-days: 1 |