Skip to content

Commit

Permalink
add version-1-6 and version-1-2 to triggered branches (nim-lang#20214)
Browse files Browse the repository at this point in the history
* add version-1-6 and version-1-2 to triggered branches

* Update .github/workflows/ci_packages.yml

* use quote
  • Loading branch information
ringabout authored and capocasa committed Mar 31, 2023
1 parent 59e3be0 commit 5cc5654
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ on:
pull_request:
push:
branches:
devel
- 'devel'
- 'version-1-6'
- 'version-1-2'

jobs:
build:
Expand Down

0 comments on commit 5cc5654

Please sign in to comment.