summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Langley <mightyjo@gmail.com>2022-05-11 14:55:43 -0400
committerJoseph Langley <mightyjo@gmail.com>2022-05-11 14:55:43 -0400
commit5cdd61549d057a41fef1620cc000e90cb443e175 (patch)
tree44ccde390ae4381af1a8ff4c17e73a723a799c76
parent87ff2861e6e57148b307b9ff82fb557d498997e1 (diff)
downloadflex-git-5cdd61549d057a41fef1620cc000e90cb443e175.tar.gz
chore(ci): Enable GitHub Actions on github-ci branch.
-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 1bc2d2b..7cbf643 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: Build and Test
on:
push:
- branches: [ master, gh-actions ]
+ branches: [ master, github-ci ]
tags-ignore:
- 'v*'
pull_request:
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 98205d6..39e0fdd 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -13,7 +13,7 @@ name: "CodeQL"
on:
push:
- branches: [ master ]
+ branches: [ master, github-ci ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]