boostorg / uuid

Boost.org uuid module
http://boost.org/libs/uuid
Boost Software License 1.0
86 stars 67 forks source link

GitHub Actions config #119

Closed sdarwin closed 2 years ago

sdarwin commented 3 years ago

GitHub Actions CI script, generated from the .travis.yml file. Please refer to https://github.com/CPPAlliance/githubactions for more information and instructions.

jeking3 commented 3 years ago

How come we skipped ci on this?

sdarwin commented 3 years ago

I believe that Github Actions won't run the first time, only from a pull request. It needs to be merged into the repository. So, having "skip ci" on a new pull request didn't affect Github Actions. And, Travis should not be affected by a single file .github/workflows/ci.yml.

jeking3 commented 3 years ago

GitHub Actions will run on pull requests... but there may be limits on what happens from a fork.