Skip to content

Commit

Permalink
Update github-actions-demo.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
raissabrizeno authored Aug 9, 2024
1 parent 85853ea commit 6181ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: CI

on:
push:
branches: [ "add-materiais-aula" ]
branches: [ "add-materiais-aula", "main"]
pull_request:
branches: [ "main" ]

Expand Down Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: ./exercicios/para-sala/users-api-aula/Dockerfile
context: ./exercicios/para-sala/users-api-aula
push: true
tags: raissabrizeno/users-api-aula:1.0.0

0 comments on commit 6181ae0

Please sign in to comment.