Commit ebf74ac9ad9cda35d3a357dc50a8a77ab6177b65

Authored by Perry Werneck
1 parent f94aecce
Exists in develop

Updating workflows.

.github/workflows/macos.yml
1 1 name: Publish
2 2 on:
3 3 push:
4   - branches: [ "macos" ]
5   - pull_request:
6   - branches: [ "master" ]
  4 + branches: [ "publish" ]
  5 + tags: [ "*" ]
7 6  
8 7 jobs:
9 8 macos-build:
... ... @@ -11,12 +10,6 @@ jobs:
11 10 steps:
12 11 - name: Checkout
13 12 uses: actions/checkout@v3
14   - - uses: oprypin/find-latest-tag@v1
15   - id: gettag
16   - with:
17   - repository: PerryWerneck/pw3270
18   - sort-tags: true
19   - releases-only: true
20 13 - name: Install Pre reqs
21 14 run: |
22 15 brew update
... ...
.github/workflows/msys2.yml
... ... @@ -15,11 +15,6 @@ jobs:
15 15 shell: msys2 {0}
16 16 steps:
17 17 - uses: actions/checkout@v3
18   - - uses: oprypin/find-latest-tag@v1
19   - id: gettag
20   - with:
21   - repository: PerryWerneck/pw3270
22   - releases-only: true
23 18 - uses: msys2/setup-msys2@v2
24 19 with:
25 20 msystem: mingw64
... ...