mirror of
https://github.com/nix-community/awesome-nix
synced 2024-11-10 07:44:13 +00:00
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:
commit
729186eef6
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -1,7 +1,9 @@
|
||||||
name: CI
|
name: CI
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches:
|
||||||
|
- main
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
Awesome_Lint:
|
Awesome_Lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue