Skip to content

Add ci branch to CI

Add ci branch to CI #1

Workflow file for this run

name: Main branch
on:
push:
branches:
- "main"
- "build"
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Run tests
uses: bonfire-networks/bonfire-extension-ci-action@latest