Commit ebf74ac9ad9cda35d3a357dc50a8a77ab6177b65
1 parent
f94aecce
Exists in
develop
Updating workflows.
Showing
2 changed files
with
2 additions
and
14 deletions
Show diff stats
.github/workflows/macos.yml
| 1 | name: Publish | 1 | name: Publish |
| 2 | on: | 2 | on: |
| 3 | push: | 3 | push: |
| 4 | - branches: [ "macos" ] | ||
| 5 | - pull_request: | ||
| 6 | - branches: [ "master" ] | 4 | + branches: [ "publish" ] |
| 5 | + tags: [ "*" ] | ||
| 7 | 6 | ||
| 8 | jobs: | 7 | jobs: |
| 9 | macos-build: | 8 | macos-build: |
| @@ -11,12 +10,6 @@ jobs: | @@ -11,12 +10,6 @@ jobs: | ||
| 11 | steps: | 10 | steps: |
| 12 | - name: Checkout | 11 | - name: Checkout |
| 13 | uses: actions/checkout@v3 | 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 | - name: Install Pre reqs | 13 | - name: Install Pre reqs |
| 21 | run: | | 14 | run: | |
| 22 | brew update | 15 | brew update |
.github/workflows/msys2.yml
| @@ -15,11 +15,6 @@ jobs: | @@ -15,11 +15,6 @@ jobs: | ||
| 15 | shell: msys2 {0} | 15 | shell: msys2 {0} |
| 16 | steps: | 16 | steps: |
| 17 | - uses: actions/checkout@v3 | 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 | - uses: msys2/setup-msys2@v2 | 18 | - uses: msys2/setup-msys2@v2 |
| 24 | with: | 19 | with: |
| 25 | msystem: mingw64 | 20 | msystem: mingw64 |