Skip to content

Merge pull request #415 from AdguardTeam/update-create-own-filters-md #3

Merge pull request #415 from AdguardTeam/update-create-own-filters-md

Merge pull request #415 from AdguardTeam/update-create-own-filters-md #3

Workflow file for this run

name: Build and deploy
on:
push:
branches:
- "*"
tags:
- v*
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: yarn install
run: yarn install
- name: yarn build
run: yarn build
- name: deploy
if: github.ref == 'refs/heads/master'
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build