refactor: remove anys and add generic type to B3PaginationTable (#241) #613
This file contains 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: Deploy to Staging | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
test: | |
uses: ./.github/workflows/deploy.yml | |
with: | |
environment: staging | |
secrets: inherit |