Commit bbbdab7f authored by liziwl's avatar liziwl
Browse files

restrict CI action on pushing to the master branch

parent 256a4efc
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
name: Build and Deploy
on: [push]
on:
  push:
    branches:
      - master
jobs:
  build-and-deploy:
    runs-on: ubuntu-latest