mirror of
https://github.com/timheuer/base64-to-file
synced 2024-12-07 12:48:39 +01:00
fix: update branch trigger to match with default branch change
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
784a1a4a99
commit
2f0d58e350
1 changed files with 4 additions and 4 deletions
8
.github/workflows/test-matrix.yml
vendored
8
.github/workflows/test-matrix.yml
vendored
|
@ -3,13 +3,13 @@ name: "Action Test"
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
# test action works running from the graph
|
||||
# test action works running from the graph
|
||||
test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
fileName: 'myTemporaryFile.json'
|
||||
encodedString: ${{ secrets.ENCODED_JSON }}
|
||||
encodedString: ${{ secrets.ENCODED_JSON }}
|
||||
|
||||
- name: Echo file
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue