Only run CI workflow on master branch

This commit is contained in:
Michael Bull 2024-03-02 17:56:13 +00:00
parent 3f1dc0a2c7
commit 13dfdae6ab
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
name: ci
on: [ push, pull_request ]
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_call:
jobs:
build: