Merge pull request #50 from houstdav000/awesome-lint_gh-action

Fix GitHub action to run against main or master as target branch
This commit is contained in:
Jörg Thalheim 2021-03-23 09:16:07 +00:00 committed by GitHub
commit 729186eef6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,9 @@
name: CI
on:
pull_request:
branches: [main]
branches:
- main
- master
jobs:
Awesome_Lint:
runs-on: ubuntu-latest