Skip to content

Bump schneegans/dynamic-badges-action from 1.6.0 to 1.7.0 #14

Bump schneegans/dynamic-badges-action from 1.6.0 to 1.7.0

Bump schneegans/dynamic-badges-action from 1.6.0 to 1.7.0 #14

Workflow file for this run

name: Validate pull request
on:
pull_request:
jobs:
validate_branches:
name: Validate branches
runs-on: ubuntu-latest
steps:
- name: Validate branches
if: github.base_ref == 'master' && github.head_ref != 'develop'
run: |
echo "Contributions should be made against the develop branch, see README.rst."
exit 1