summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Langley <mightyjo@gmail.com>2022-05-11 16:14:22 -0400
committerJoseph Langley <mightyjo@gmail.com>2022-05-11 16:14:22 -0400
commit342104d61be15342898e9f2fbb9b99960d183dce (patch)
tree27a5788b57b691cfd418513604202fd86d67e4f4
parent4a42e91987d5a138a0e03b11fb05595987f31045 (diff)
downloadflex-git-342104d61be15342898e9f2fbb9b99960d183dce.tar.gz
chore(ci): Remove testing configs from GH Action workflows.
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/codeql-analysis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6ebd6a1..a03d082 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: Build and Test
on:
push:
- branches: [ master, github-ci ]
+ branches: [ master ]
tags-ignore:
- 'v*'
pull_request:
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 1f69507..113dd98 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -13,7 +13,7 @@ name: "CodeQL"
on:
push:
- branches: [ master, github-ci ]
+ branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]