Exam GitHub-Actions Topic 3 Question 64 Discussion
Actual exam question for GitHub's GitHub-Actions exam
Question #: 64
Topic #: 3
Question #: 64
Topic #: 3
Where should workflow files be stored to be triggered by events in a repository?
Suggested Answer: A Vote an answer
Workflow files must be stored in the .github/workflows/ directory of the repository. This is the standard location for GitHub Actions workflow files, and workflows in this directory are automatically triggered by events defined in the file, such as pushes, pull requests, or other GitHub events.
by Jonathan at Nov 26, 2025, 02:14 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).