0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-26 21:04:25 +08:00

Don't run GHA workflow on push to branches

Also convert line endings to Unix.
This commit is contained in:
Arseny Kapoulkine 2021-06-27 19:12:59 -07:00
parent e7b545b288
commit 0de580155d

View File

@ -1,6 +1,10 @@
name: build
on: [push, pull_request]
on:
push:
branches:
- 'master'
pull_request:
jobs:
unix: