diff options
author | inoas <mail@inoas.com> | 2022-12-04 20:46:47 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-12-05 10:42:46 +0000 |
commit | 882630d194419e1bcc019db20c1c3eadc2c1ebfa (patch) | |
tree | 25bc5b1dec0693722742e1fea2e9359ea5732262 /.github | |
parent | e9d749f09c8532533d4587f3659edca36ecee37f (diff) | |
download | gleam_stdlib-882630d194419e1bcc019db20c1c3eadc2c1ebfa.tar.gz gleam_stdlib-882630d194419e1bcc019db20c1c3eadc2c1ebfa.zip |
main as branch again
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cad821b..6f2ea8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - "main_ci_tinkering" + - "main" - "v*.*.*" pull_request: |