We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927c313 commit f6a131fCopy full SHA for f6a131f
.github/workflows/ci.yml
@@ -2,15 +2,21 @@
2
# MODIFY IT ACCORDING TO YOUR NEEDS!
3
# Reference: https://docs.github.com/en/actions
4
5
-name: test
6
7
-on:
+name: Testing
+on: pull_request
8
+permissions:
9
+ contents: read
10
+
11
+#name: test
12
13
+#on:
14
#push:
15
# Avoid using all the resources/limits available by checking only
16
# relevant branches and tags. Other branches can be checked via PRs.
17
# branches: [main]
18
# tags: ["v[0-9]*", "[0-9]+.[0-9]+*"] # Match tags that resemble a version
- pull_request: # Run in every PR
19
+ #pull_request: # Run in every PR
20
#workflow_dispatch: # Allow manually triggering the workflow
21
#schedule:
22
# Run roughly every 15 days at 00:00 UTC
0 commit comments