Skip to content

Commit

Permalink
chore(ci): remove unneeded perms, run on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
AtoraSuunva committed Dec 31, 2024
1 parent 9995ef5 commit b642c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches:
- 'main'
- 'development'
pull_request:
types: ['opened', 'synchronize']

jobs:
lint-and-test:
runs-on: ubuntu-latest
environment:
name: ${{ github.ref_name }}
permissions:
contents: read

steps:
- name: Checkout repository
Expand Down

0 comments on commit b642c63

Please sign in to comment.