updating content files
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
##### Example: Using a single event
|
||||
### Example: Using a single event
|
||||
|
||||
```yaml
|
||||
# Triggered when code is pushed to any branch in a repository
|
||||
on: push
|
||||
```
|
||||
|
||||
##### Example: Using a list of events
|
||||
### Example: Using a list of events
|
||||
|
||||
```yaml
|
||||
# Triggers the workflow on push or pull request events
|
||||
on: [push, pull_request]
|
||||
```
|
||||
|
||||
##### Example: Using multiple events with activity types or configuration
|
||||
### Example: Using multiple events with activity types or configuration
|
||||
|
||||
If you need to specify activity types or configuration for an event, you must configure each event separately. You must append a colon (`:`) to all events, including events without configuration.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
#### Checking that your self-hosted runner was successfully added
|
||||
### Checking that your self-hosted runner was successfully added
|
||||
|
||||
After completing the steps to add a self-hosted runner, the runner and its status are now listed under "Self-hosted runners".
|
||||
|
||||
|
||||
Reference in New Issue
Block a user