Skip to content

Trigger another build against v1.4.0 build system #10

Trigger another build against v1.4.0 build system

Trigger another build against v1.4.0 build system #10

Workflow file for this run

name: PR Build
permissions:
contents: read
packages: read
on:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
# By default, a workflow only runs when a pull_request event's activity type is opened, synchronize, or reopened.
pull_request:
types: [ opened, synchronize, reopened, labeled, unlabeled ]
branches:
- master
jobs:
pr-build:
uses: ritterim/public-github-actions/.github/workflows/[email protected]
#uses: ./.github/workflows/npm-packages-pr-build.yml
with:
always_increment_patch_version: true
npm_package_name: platform-icons
run_tests: false