Fix actions branch ref + move some CSS from single.css into main.css (#268)

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
Emruz Hossain 2021-03-28 22:53:54 +06:00 committed by GitHub
parent 25e4e9e3d0
commit 5637e4d139
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 121 additions and 131 deletions

View file

@ -2,7 +2,7 @@ name: Autoprefixer
on:
push:
branches:
- master
- main
jobs:
autoprefixer:
runs-on: ubuntu-latest

View file

@ -3,7 +3,7 @@ name: Release Drafter
on:
push:
branches:
- master
- main
jobs:
update_release_draft: