Skip to content

build(deps-dev): bump ejs from 3.1.9 to 3.1.10 #103

build(deps-dev): bump ejs from 3.1.9 to 3.1.10

build(deps-dev): bump ejs from 3.1.9 to 3.1.10 #103

name: Master Protection
on:
workflow_dispatch:
pull_request:
branches:
- 'master'
jobs:
check-pr-branch:
runs-on: ubuntu-latest
steps:
- name: Workflow run cleanup action
uses: rokroskar/workflow-run-cleanup-action@v0.3.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4.1.4
- name: Check Tag
run: |
stringContain() { [ -z "$1" ] || { [ -z "${2##*$1*}" ] && [ -n "$2" ];};}
if stringContain ${{github.head_ref}} 'staging' || stringContain ${{github.head_ref}} 'hotfix'; then exit 0; else exit 1; fi