mirror of
https://github.com/AdrianKuta/Tree-Data-Structure.git
synced 2025-09-16 23:44:21 +02:00
14 improve GitHub actions (#15)
* 14: Test CI * 14: Test CI * 14: Test CI * 14: Test CI * 14: Test CI * 14: Test CI * 14: Test CI
This commit is contained in:
13
.github/workflows/publishSnapshot.yml
vendored
13
.github/workflows/publishSnapshot.yml
vendored
@@ -1,15 +1,16 @@
|
||||
name: Publish Snapshot
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [Test]
|
||||
branches-ignore: [main]
|
||||
types:
|
||||
- completed
|
||||
push:
|
||||
branches: [master, '14-**']
|
||||
|
||||
jobs:
|
||||
test:
|
||||
uses: ./.github/workflows/test.yml
|
||||
secrets: inherit
|
||||
|
||||
publish:
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
needs: test
|
||||
name: Publish Snapshot
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user