Update .github/workflows/push-code.yml
This commit is contained in:
parent
46cdefbb21
commit
3a5a1aca20
1 changed files with 4 additions and 1 deletions
5
.github/workflows/push-code.yml
vendored
5
.github/workflows/push-code.yml
vendored
|
@ -1,6 +1,9 @@
|
||||||
name: Push code
|
name: Push code
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- working-commit
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Reference in a new issue