File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build and Update
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [ dev ]
66 paths :
77 - ' **.c'
88 - ' **.h'
@@ -23,27 +23,27 @@ jobs:
2323 freebsd :
2424 uses : ./.github/workflows/freebsd_build.yml
2525 with :
26- ring-version : v1.23
26+ ring-version : master
2727
2828 macos :
2929 uses : ./.github/workflows/macos_build.yml
3030 with :
31- ring-version : v1.23
31+ ring-version : master
3232
3333 ubuntu :
3434 uses : ./.github/workflows/ubuntu_build.yml
3535 with :
36- ring-version : v1.23
36+ ring-version : master
3737
3838 windows :
3939 uses : ./.github/workflows/windows_build.yml
4040 with :
41- ring-version : v1.23
41+ ring-version : master
4242
4343 update-libs :
4444 runs-on : ubuntu-latest
4545 needs : [ freebsd, macos, ubuntu, windows ]
46- if : github.event_name == 'push' && github.ref == 'refs/heads/main '
46+ if : github.event_name == 'push' && github.ref == 'refs/heads/dev '
4747
4848 permissions :
4949 contents : write
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ aPackageInfo = [
55 :develop er = "ysdragon" ,
66 :ema il = "youssefelkholey@gmail.com" ,
77 :licen se = "MIT License" ,
8- :versi on = "1.3.8 " ,
9- :ringversi on = "1.23 " ,
8+ :versi on = "1.4.0 " ,
9+ :ringversi on = "1.24 " ,
1010 :versio ns = [
1111 [
12- :versi on = "1.3.8 " ,
13- :bran ch = "main "
12+ :versi on = "1.4.0 " ,
13+ :bran ch = "dev "
1414 ]
1515 ],
1616 :li bs = [
You can’t perform that action at this time.
0 commit comments