mirror of
https://github.com/sdras/awesome-actions.git
synced 2025-04-09 17:39:14 -04:00
ci(lint): configure push trigger (#96)
This commit is contained in:
parent
2d809ef938
commit
18d7f12e54
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
@ -1,5 +1,10 @@
|
||||
name: Lint Awesome List
|
||||
on: [push, pull_request,workflow_dispatch]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
lint:
|
||||
name: Lint
|
||||
|
Loading…
x
Reference in New Issue
Block a user