Enable workflow dispatch

This commit is contained in:
Bálint Kiss 2021-02-02 22:32:11 +01:00 committed by GitHub
parent 1ccaad36fe
commit 13290cc89b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,10 @@
name: CI
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
Awesome_Lint:
runs-on: ubuntu-latest
@ -10,6 +13,7 @@ jobs:
with:
fetch-depth: 0
- run: npx awesome-lint
Awesome_Bot:
runs-on: ubuntu-latest
steps:
@ -23,4 +27,4 @@ jobs:
ruby .github/osia_convert.rb
gem install awesome_bot
ruby .github/osia_get_links.rb
awesome_bot readme.md --allow-redirect
awesome_bot readme.md --allow-redirect