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 4d1cb08 commit 518d85cCopy full SHA for 518d85c
.github/workflows/codeql-analysis.yml
@@ -13,9 +13,14 @@ name: "CodeQL"
13
14
on:
15
push:
16
+ paths:
17
+ - ".changeset/**"
18
+ - "packages/**"
19
branches: [ "main" ]
20
pull_request:
- # The branches below must be a subset of the branches above
21
22
23
24
25
schedule:
26
- cron: '38 21 * * 6'
.github/workflows/release.yml
@@ -1,6 +1,12 @@
1
name: Release
2
3
-on: workflow_dispatch
+on:
4
+ push:
5
6
7
8
+ branches:
9
+ - main
10
11
concurrency: ${{ github.workflow }}-${{ github.ref }}
12
0 commit comments