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 dba7fef commit d3e554eCopy full SHA for d3e554e
.github/workflows/builder.yaml
@@ -5,11 +5,9 @@ permissions: read-all
5
6
on:
7
pull_request:
8
- branches: [ main ]
+ branches: [main]
9
push:
10
11
- schedule:
12
- - cron: '0 0 * * 0' # weekly
13
14
jobs:
15
build:
.github/workflows/main.yaml
- branches: [main]
+ branches: []
branches: [main, ffi-wrapper, ffi-wrapper-text-pkg]
- - cron: "0 0 * * *" # Every day at midnight
defaults:
run:
0 commit comments