Skip to content

Commit

Permalink
ci: hardening ci security
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightjack committed Jul 19, 2024
1 parent 42190c9 commit 2517586
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ name: CI
on:
push:
branches:
- '**'
- main
pull_request:
types: [opened, synchronize]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
Expand Down

0 comments on commit 2517586

Please sign in to comment.