"abc"; ls -R; #11
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |