File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : Build
2
2
on :
3
- pull_request :
4
- branches : [develop]
3
+ push :
5
4
# Here we list file types that don't affect the build and don't need to use
6
5
# up our Actions runners.
7
6
paths-ignore :
Original file line number Diff line number Diff line change 3
3
name : CacheDepsAndTools
4
4
on :
5
5
push :
6
- branches : [develop]
7
6
paths :
8
7
- ' .github/**'
9
8
- ' sources/Cargo.lock'
Original file line number Diff line number Diff line change 4
4
# bypassing the main cache.
5
5
name : Weekly
6
6
on :
7
- schedule :
7
+ push
8
+ # schedule:
8
9
# Run Monday at 02:15 UTC. Randomly chosen as a "quiet" time for this to run.
9
10
# See syntax for format details: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onschedule
10
- - cron : ' 15 2 * * 1'
11
+ # - cron: '15 2 * * 1'
11
12
12
13
env :
13
14
# When Go packages are built, buildsys will vendor in dependent Go code for
You can’t perform that action at this time.
0 commit comments