mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-24 04:31:51 +01:00
update workflow events
This commit is contained in:
parent
29e7e5e06e
commit
26e5df6e00
4
.github/workflows/linting.yml
vendored
4
.github/workflows/linting.yml
vendored
@ -4,9 +4,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- next
|
||||
- dev
|
||||
pull_request_target:
|
||||
types: [opened, reopened]
|
||||
types: [opened, reopened, synchronize]
|
||||
|
||||
# needs write to add annotations
|
||||
permissions:
|
||||
|
4
.github/workflows/testing.yml
vendored
4
.github/workflows/testing.yml
vendored
@ -3,9 +3,9 @@ name: Testing
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- next
|
||||
- dev
|
||||
pull_request:
|
||||
types: [opened, reopened]
|
||||
types: [opened, reopened, synchronize]
|
||||
|
||||
permissions: read-all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user