Skip to content

Commit

Permalink
feat(05-filters-activity-types): add second workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lauromueller committed Nov 1, 2023
1 parent f6ca58d commit 1c31b5d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/05-2-filters-activity-types.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 05 - 2 - Event Filters and Activity Types

on:
pull_request:
types:
- closed
branches:
- main

jobs:
echo:
runs-on: ubuntu-latest
steps:
- run: echo "Running whenever a PR is closed"

0 comments on commit 1c31b5d

Please sign in to comment.