Exam GitHub-Actions Topic 3 Question 64 Discussion

Actual exam question for GitHub's GitHub-Actions exam
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

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

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.

0
0
0
10