Skip to content

Commit

Permalink
Update .github/workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei18 committed Mar 23, 2024
1 parent 1259267 commit 161253f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 53 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- 'Sources/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Dependabot update commit
on:
pull_request:
paths:
- 'Submodule/**'
- 'Submodule/**'

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- edited
push:
branches:
- 'main'
- main
paths:
- '.github/workflows/Doc.yml'

Expand Down
51 changes: 0 additions & 51 deletions .github/workflows/jekyll-gh-pages.yml

This file was deleted.

0 comments on commit 161253f

Please sign in to comment.