Skip to content

Commit

Permalink
ci: make sure that install_ci.yml is run for every change.
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Nov 12, 2024
1 parent e103dbb commit bf60e78
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/install_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@ name: Install CI

on:
push:
paths:
- 'install.vsh'
- 'build.vsh'
- '**/install_ci.yml'
pull_request:
paths:
- 'install.vsh'
- 'build.vsh'
- '**/install_ci.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Expand Down

0 comments on commit bf60e78

Please sign in to comment.