Parent Directory
|
Revision Log
|
Patch
revision 628 by rakinar2, Sat Sep 7 09:38:45 2024 UTC | revision 629 by rakinar2, Sat Sep 7 14:55:53 2024 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | name: Releases | name: Releases |
2 | on: | on: |
3 | push: | push: |
4 | branches: | branches: |
# | Line 7 on: | Line 6 on: |
6 | ||
7 | permissions: | permissions: |
8 | contents: write | contents: write |
deployments: write | ||
9 | ||
10 | jobs: | jobs: |
11 | build: | build: |
12 | if: github.repository_owner == 'onesoft-sudo' && github.ref == 'refs/heads/main' | if: github.repository_owner == 'onesoft-sudo' |
13 | ||
14 | strategy: | strategy: |
15 | matrix: | matrix: |
# | Line 70 jobs: | Line 68 jobs: |
68 | ||
69 | release: | release: |
70 | needs: [build] | needs: [build] |
71 | if: github.repository_owner == 'onesoft-sudo' && github.ref == 'refs/heads/main' | if: github.repository_owner == 'onesoft-sudo' |
72 | runs-on: ubuntu-latest | runs-on: ubuntu-latest |
73 | ||
74 | steps: | steps: |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |