Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #32 from trueberryless-org/update-template-files

[ci] sync template files

authored by

trueberryless and committed by
GitHub
9b5be392 402cfa0f

-2
-1
.dockerignore
··· 1 1 **/node_modules/ 2 - **/dist 3 2 **/.git 4 3 npm-debug.log 5 4 .coverage
-1
.github/workflows/deployment.yaml
··· 5 5 branches: [main] 6 6 workflow_dispatch: 7 7 8 - # Automatically cancel in-progress actions on the same branch 9 8 concurrency: 10 9 group: ${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.head_ref || github.ref }} 11 10 cancel-in-progress: true