Skip to content

Commit

Permalink
Update about-workflows-long.md (missing 'of') (#35250)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Nguyen <[email protected]>
  • Loading branch information
Write2Hack and nguyenalex836 authored Nov 11, 2024
1 parent 6b2d213 commit ed9a5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/reusables/actions/about-workflows-long.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A **workflow** is a configurable automated process that will run one or more jobs. Workflows are defined by a YAML file checked in to your repository and will run when triggered by an event in your repository, or they can be triggered manually, or at a defined schedule.

Workflows are defined in the `.github/workflows` directory in a repository. A repository can have multiple workflows, each which can perform a different set of tasks such as:
Workflows are defined in the `.github/workflows` directory in a repository. A repository can have multiple workflows, each of which can perform a different set of tasks such as:
* Building and testing pull requests.
* Deploying your application every time a release is created.
* Adding a label whenever a new issue is opened.

0 comments on commit ed9a5e9

Please sign in to comment.