diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 0c5a402..78c2f35 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -2,14 +2,15 @@ name: Pull Request Example on: pull_request: + types: + - closed branches: - main - paths: - - typescript-project/** - workflow_dispatch: + jobs: - pull-request: + Build: + if: github.event.pull_request.merged == true runs-on: ubuntu-latest defaults: diff --git a/README.md b/README.md index 98eb4f8..47af6c7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # GitHub Actions Basics Course + +# this is the best thing +just checking the updates This repository contains all of the code that was in the `Introduction to GitHub Actions` mini course that I created. The course is free and is hosted on YouTube here: [Introduction To GitHub Actions Course Playlist](https://www.youtube.com/watch?v=6FZEfoRlSXc&list=PLmcXe0-sfoSig2tvPV6FOLFb9O5ruP_mG). ## Table of Contents