Update master_push.yml

This commit is contained in:
2024-09-23 23:38:11 +02:00
committed by GitHub
Unverified
parent 403e3a911f
commit f5bebd7382

View File

@@ -1,4 +1,4 @@
name: "[Pull request][dev] Build and test"
name: "Push to 'master' branch"
on:
push:
@@ -25,6 +25,7 @@ jobs:
publish:
name: Publish
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout
uses: actions/checkout@v4