We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ba7db commit 721a342Copy full SHA for 721a342
.github/workflows/ci.yml
@@ -1,7 +1,7 @@
1
name: CI
2
on:
3
pull_request: {}
4
-permissions: read-all
+permissions: {}
5
jobs:
6
build:
7
name: build
.github/workflows/publish.yml
@@ -4,8 +4,7 @@ on:
branches: # For branches, better to list them explicitly than regexp include
- main
- 1.3.x
- - 1.2.x
8
9
10
# General job notes: we DON'T want to cancel any previous runs, especially in the case of a "back to snapshots" build right after a release push
11
# We specify the ubuntu version to minimize the chances we have to deal with a migration during a release
0 commit comments