Skip to content

Do not show the Add to Filters action button if the filter exists #359

Do not show the Add to Filters action button if the filter exists

Do not show the Add to Filters action button if the filter exists #359

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
env:
BUNDLEWATCH_GITHUB_TOKEN: ${{secrets.BUNDLEWATCH_GITHUB_TOKEN}}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Call shared build action
uses: ./.github/actions/build