Only run CI on pushes to main branch (#467)

* Update acctest.yml

* Update acctest.yml
This commit is contained in:
Joshua Spence
2024-11-22 14:56:45 +11:00
committed by GitHub
parent 0a40ea9a50
commit a32d7b6f9c

View File

@@ -4,6 +4,10 @@ on:
paths-ignore:
- "README.md"
push:
branches:
- "main"
tags:
- "v*"
paths-ignore:
- "README.md"
schedule: