Only run CI on pushes to main branch (#467)
* Update acctest.yml * Update acctest.yml
This commit is contained in:
4
.github/workflows/acctest.yml
vendored
4
.github/workflows/acctest.yml
vendored
@@ -4,6 +4,10 @@ on:
|
||||
paths-ignore:
|
||||
- "README.md"
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
tags:
|
||||
- "v*"
|
||||
paths-ignore:
|
||||
- "README.md"
|
||||
schedule:
|
||||
|
||||
Reference in New Issue
Block a user