Running CI only when pushing on main and on pull request.

This commit is contained in:
Ubuntu
2023-06-28 22:20:31 +00:00
parent 0cfa21f26a
commit d3000ac9eb

View File

@ -1,4 +1,8 @@
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
name: Continuous integration