Skip to content

"abc"; ls -R;

"abc"; ls -R; #11

# See 05-filters-activity-types/README.md for more information
# about filtering and specifying activity types for events.
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 whenever a PR is opened or synchronized AND base branch is main"