Skip to content
Closed
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
15 changes: 15 additions & 0 deletions .github/workflows/05-1-filters-activity-types.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 05 - 1 - Event Filters and Activity Types

on:
pull_request:
types:
- opened
- synchronize
branches:
- main

jobs:
echo:
runs-on: ubuntu-latest
steps:
- run: echo "Running only when a PR is opened or synchronized AND the base branch is main."
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Repository containing all examples and notes for the GitHub Actions course.
Repository containing all examples and notes for the GitHub Actions course. This has been edited once again.