diff --git a/.github/workflows/greenting.yml b/.github/workflows/greenting.yml deleted file mode 100644 index 4677434..0000000 --- a/.github/workflows/greenting.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Greetings - -on: [pull_request_target, issues] - -jobs: - greeting: - runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write - steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Message that will be displayed on users' first issue" - pr-message: "Message that will be displayed on users' first pull request" diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index d29dde4..fef53fd 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -1,22 +1,10 @@ # This is a basic workflow that is manually triggered -name: Manual workflow 2 +name: Manual workflow - master # Controls when the action will run. Workflow runs when manually triggered using the UI # or API. -on: - workflow_dispatch: - # Inputs the workflow accepts. - inputs: - name: - # Friendly description to be shown in the UI instead of 'name' - description: 'Person to greet' - # Default value if no value is explicitly provided - default: 'Worl123' - # Input has to be provided for the workflow to run - required: true - # The data type of the input - type: string +on: pull_request # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -29,4 +17,4 @@ jobs: steps: # Runs a single command using the runners shell - name: Send greeting - run: echo "Hello ${{ inputs.name }}" + run: echo "This is master branch" diff --git a/README.md b/README.md index 65d7159..121423e 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,8 @@ test3 test test4 test5 +test7 +asd +adasd +asdasd +asdasd