Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #18

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down