Update master_push.yml
This commit is contained in:
3
.github/workflows/master_push.yml
vendored
3
.github/workflows/master_push.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user