Skip to content

BE: ACL: Remove match resourcetype as it's not allowed (#1127) #106

BE: ACL: Remove match resourcetype as it's not allowed (#1127)

BE: ACL: Remove match resourcetype as it's not allowed (#1127) #106

Workflow file for this run

name: "Frontend: Main: Build and test"
on:
push:
branches: [ "main" ]
paths:
- "contract/**"
- "frontend/**"
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-test:
uses: ./.github/workflows/frontend_tests.yml