We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd316b commit 07e0229Copy full SHA for 07e0229
.github/workflows/test.yml
@@ -1,15 +1,11 @@
1
# Terraform Provider testing workflow.
2
name: Tests
3
4
-# This GitHub action runs your tests for each pull request and push.
5
-# Optionally, you can turn it on using a schedule for regular testing.
+# This GitHub action runs your tests for each pull request.
6
on:
7
pull_request:
8
- paths-ignore:
9
- - 'README.md'
10
- push:
11
12
+ branches:
+ - main
13
14
# Testing only needs permissions to read the repository contents.
15
permissions:
0 commit comments