Skip to content

Commit f6a131f

Browse files
committed
redo top of workflow
1 parent 927c313 commit f6a131f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22
# MODIFY IT ACCORDING TO YOUR NEEDS!
33
# Reference: https://docs.github.com/en/actions
44

5-
name: test
65

7-
on:
6+
name: Testing
7+
on: pull_request
8+
permissions:
9+
contents: read
10+
11+
#name: test
12+
13+
#on:
814
#push:
915
# Avoid using all the resources/limits available by checking only
1016
# relevant branches and tags. Other branches can be checked via PRs.
1117
# branches: [main]
1218
# tags: ["v[0-9]*", "[0-9]+.[0-9]+*"] # Match tags that resemble a version
13-
pull_request: # Run in every PR
19+
#pull_request: # Run in every PR
1420
#workflow_dispatch: # Allow manually triggering the workflow
1521
#schedule:
1622
# Run roughly every 15 days at 00:00 UTC

0 commit comments

Comments
 (0)