diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-19 11:14:12 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-19 11:14:12 +0300 |
commit | f94b917b66deb8b6abd173547a3f36e7271f6549 (patch) | |
tree | 635361f49a915ca0ebfaa040789dfca1cab486c1 /.github/workflows/basic.yml | |
parent | project.cmake: --toolset auto shouldn't set any compiler flags (diff) | |
download | cmake-common-f94b917b66deb8b6abd173547a3f36e7271f6549.tar.gz cmake-common-f94b917b66deb8b6abd173547a3f36e7271f6549.zip |
bye-bye, Travis & AppVeyor!no_more_travis
Diffstat (limited to '.github/workflows/basic.yml')
-rw-r--r-- | .github/workflows/basic.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 1d49a80..6cdf983 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -2,9 +2,6 @@ name: Basic usage on: push: - branches-ignore: - - travis - - appveyor pull_request: schedule: # Weekly, at 5:30 AM on Saturday (somewhat randomly chosen). |