don't build when deploy workflow updates

This commit is contained in:
41666 2020-12-06 19:41:46 -05:00
parent 26f00eaf22
commit a0031d4c2b

View file

@ -1,6 +1,9 @@
name: Roleypoly CI
on: push
on:
push:
paths-ignore:
- '.github/workflows/deploy.yml'
jobs:
go_test: