diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4a13cf0..dd3e165 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,9 +1,6 @@ name: Close Stale Pull Requests on: - pull_request: - branches: - - master schedule: # Runs at 00:00 every day - cron: '* * * * *' @@ -11,7 +8,7 @@ on: jobs: stale: runs-on: ubuntu-18.04 - + if: github.ref == 'refs/heads/master' steps: - uses: actions/stale@v3.0.7 with: diff --git a/README.md b/README.md index 61ad4e5..06e7b81 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# Github Actions +# Github Actionssss