File: ci_master.yaml

package info (click to toggle)
dacite 1.9.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: python: 1,870; makefile: 8
file content (15 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: CI Master

on:
  push:
    branches:
      - master
  workflow_dispatch:

jobs:
  ci:
    uses: ./.github/workflows/code_check.yaml
    secrets: inherit
    with:
      publish_performance: true
      store_benchmark: true