Skip to content

Updated files

Updated files #3

Workflow file for this run

name: test1-tests
on:
pull_request:
branches:
- 'feature/*'
paths:
- "test1/**"
pull_request_target:
branches:
- dev-new
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: cat test
run: |
cd ./test1/
cat test.txt