File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11name : Continuous Integration
22
3- on :
4- push :
5- branches :
6- - main
7- pull_request : ~
3+ # on:
4+ # push:
5+ # branches:
6+ # - main
7+ # pull_request: ~
88
99concurrency :
1010 group : ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
Original file line number Diff line number Diff line change 11name : Deploy VitePress site to Pages
22
3- on :
4- push :
5- branches : [main]
6- workflow_dispatch :
3+ # on:
4+ # push:
5+ # branches: [main]
6+ # workflow_dispatch:
77
88permissions :
99 contents : read
Original file line number Diff line number Diff line change 11name : Nix Build
22
3- on :
4- push :
5- branches :
6- - main
7- pull_request : ~
3+ # on:
4+ # push:
5+ # branches:
6+ # - main
7+ # pull_request: ~
88
99jobs :
1010 tests :
You can’t perform that action at this time.
0 commit comments