We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7146b7c commit 50a7641Copy full SHA for 50a7641
.github/workflows/ci.yml
@@ -11,6 +11,8 @@ on:
11
12
name: CI
13
14
+permissions: {}
15
+
16
jobs:
17
coding-guidelines:
18
name: Coding Guidelines
.github/workflows/docs.yml
@@ -6,6 +6,8 @@ on:
6
tags:
7
- '[0-9]+.[0-9]+.[0-9]+*'
8
9
10
update_ref:
runs-on: ubuntu-latest
0 commit comments