Skip to content

Commit

Permalink
Temporarily activate check-public-api on PR merge
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Jul 5, 2022
1 parent d3d9a36 commit ba4e1ca
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/check-public-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,11 @@ name: Check public API

env:
RUST_BACKTRACE: 1

on:
push:
branches:
- 'master'
tags:
# this is _not_ a regex, see: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
- '[0-9]+.[0-9]+.[0-9]+*'
workflow_dispatch:
inputs:
release:
required: true
description: 'Check public API for changes'
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
setup:
name: Set up
Expand Down

0 comments on commit ba4e1ca

Please sign in to comment.