Skip to content

Merge pull request #69 from Andrew-Chen-Wang/real-test-on-prs #17

Merge pull request #69 from Andrew-Chen-Wang/real-test-on-prs

Merge pull request #69 from Andrew-Chen-Wang/real-test-on-prs #17

Workflow file for this run

# Copyright 2023 Jacob Hummer
# SPDX-License-Identifier: Apache-2.0
name: Test action
on:
push:
branches: "master"
paths-ignore:
- .gitignore
- LICENSE
- README.md
- .github/**
- "!.github/workflows/test-action.yml"
pull_request:
paths-ignore:
- .gitignore
- LICENSE
- README.md
- .github/**
- "!.github/workflows/test-action.yml"
concurrency: ${{ github.workflow }}
jobs:
test-action:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./