Remove duplicate runs of all the workflows (#1851)

* Remove duplicate runs of all the workflows

* re-run workflows on merge to master
This commit is contained in:
Manu Gupta
2023-03-12 23:00:45 -07:00
committed by GitHub
parent f7e7b14484
commit d2dbaeabf8
+3 -1
View File
@@ -1,7 +1,9 @@
name: continuous-integration
on:
- push
- pull_request
- push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest