Skip to content

Commit

Permalink
Reduce permissions of GH actions and limit its triggers (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Aug 20, 2023
1 parent 2485a6d commit 0ebc540
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: CI
on: push
on:
pull_request:
types:
- opened
- synchronize

permissions: {}

jobs:
test:
Expand Down

0 comments on commit 0ebc540

Please sign in to comment.