change workflow name

This commit is contained in:
avitex 2021-01-21 00:32:05 +11:00
parent 0276c114b1
commit 6ee12508b3
Signed by: avitex
GPG Key ID: 38C76CBF3749D62C
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,4 @@
name: build
on:
push:
branches:
@ -5,7 +6,6 @@ on:
jobs:
build_and_deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/source'
steps:
- name: Checkout
uses: actions/checkout@v2