Skip to content

Commit

Permalink
fix: Update actions triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
debMan committed Jan 30, 2024
1 parent 68faee0 commit 6697de2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
push:
branches:
- main
- master
- develop
tags:
- v*
pull_request:
branches:
- main
- master
- develop

env:
Expand All @@ -22,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
if: |
github.event_name == 'push' &&
github.ref == 'refs/heads/develop'
( github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' )
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 6697de2

Please sign in to comment.