You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# # Replace pull_request with pull_request_target if you
10
-
# # plan to use this action with forks, see the Limitations section
11
-
# pull_request_target:
12
-
# branches:
13
-
# - 'main'
3
+
on:
4
+
# Trigger the workflow on push or pull request,
5
+
# but only for the main branch
6
+
push:
7
+
branches:
8
+
- 'main'
9
+
# Replace pull_request with pull_request_target if you
10
+
# plan to use this action with forks, see the Limitations section
11
+
pull_request_target:
12
+
branches:
13
+
- 'main'
14
14
15
-
## Down scope as necessary via https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
16
-
#permissions:
17
-
# checks: write
18
-
# contents: write
15
+
# Down scope as necessary via https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
0 commit comments