Skip to content

Commit b78a07f

Browse files
committed
add link
1 parent 515df41 commit b78a07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/en/pages/github-actions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ A list of repositories with sample GitHub Action configurations. Feel free to us
3434
<li><a href="https://github.com/szabgab/github-actions-restore-and-save">Cache restore and save</a> (not doing what I wanted)</li>
3535
<li><a href="https://github.com/szabgab/github-actions-environment-variables">Environment variables</li>
3636

37+
<li><a href="https://github.com/szabgab/github-actions-for-pr-branches">Run only on the main branch and the pr/* branches</a> to reduce CI runs in the organization, but allow CI runs for contributors in their forks</li>
3738

3839
<li><a href="https://github.com/szabgab/github-actions-reusable-workflow">Create Reusable Github Action workflow</a> and use it in another workflow file</li>
3940
<li><a href="https://github.com/szabgab/github-actions-reuse-public-workflow">Reuse a GitHub Action workflow</a> from another (public) repository.</li>
@@ -46,7 +47,6 @@ A list of repositories with sample GitHub Action configurations. Feel free to us
4647
<li><a href="https://github.com/szabgab/try-github-actions/">Try others</a></li>
4748
<!--
4849
<li><a href=""></a></li>
49-
<li><a href=""></a></li>
5050
-->
5151
</ul>
5252

0 commit comments

Comments
 (0)