diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-11-02 16:52:56 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-02 16:52:56 +0100 |
commit | 617b87867000b5f724f4bdeda3a8502b877b70d4 (patch) | |
tree | 5493fd89ce6fd8f79ebd0525141c99b1e5158440 /.github/workflows | |
parent | a1f97fda88612718e0a6aff06633e66838c5c8a1 (diff) |
fix(ci): proper branch match order
Diffstat (limited to '.github/workflows')
-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 962e9a6..8dbc534 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,8 @@ name: 'ci' on: push: branches: - - '!main' - '**' + - '!main' defaults: run: shell: 'bash' |